M
Maracay
Hi guys,
I need to generate a .LST file from a table in Access, actually we generate
this file with a DBASE routine, the structure is something like this:
NameAndLastName(60)
Address1(30)
Address2(30)
Address3(30)
Quantity(30)
New Record
For example if the file has address1 and address3 but not address2, the
field address3 should be in the position of address2, Quantity should be
always in the same line 5 and after quantity, 2 empty lines and the new
record to start all over.
I also need to keep the length of the fields
Any help will be appreciated
I need to generate a .LST file from a table in Access, actually we generate
this file with a DBASE routine, the structure is something like this:
NameAndLastName(60)
Address1(30)
Address2(30)
Address3(30)
Quantity(30)
New Record
For example if the file has address1 and address3 but not address2, the
field address3 should be in the position of address2, Quantity should be
always in the same line 5 and after quantity, 2 empty lines and the new
record to start all over.
I also need to keep the length of the fields
Any help will be appreciated