.LST File

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
 
M

Mark A. Sam

Maracay,

Search VBA help for "Print Statement" without quotes. "Print # Statement"
will be the topic you want.

God Bless,

Mark A. Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top