Denmarkacceess
New member
- Local time
- Today, 08:21
- Joined
- Feb 4, 2014
- Messages
- 6
Hello
I have a table that looks like this:
Field1 = FirstName
Field2 = Lastname
Field3 = Address
I want the writing to a file that looks like this:
<statics>
<Contact>
<Firstname></FirstName>
<Lastname></Lastname>
<Address></Address>
</contact>
</statics>
etc.
it can be done via vba?
I have a table that looks like this:
Field1 = FirstName
Field2 = Lastname
Field3 = Address
I want the writing to a file that looks like this:
<statics>
<Contact>
<Firstname></FirstName>
<Lastname></Lastname>
<Address></Address>
</contact>
</statics>
etc.
it can be done via vba?