Print single input for from table

0

00sherwood

I am undertaking a national survey of transport availablility. I have made
up a table containing 189 ID's. (this will eventually go to approximately
9,000 ID's). I wish to extract each ID on a separate page so that I can
fill in the various details of the individual transport company, and then put
each page in a file in alphametical order. I only want one ID per page.
I keep getting one complete ID's details and the first couple of lines of the
next.
 
J

John W. Vinson

I am undertaking a national survey of transport availablility. I have made
up a table containing 189 ID's. (this will eventually go to approximately
9,000 ID's). I wish to extract each ID on a separate page so that I can
fill in the various details of the individual transport company, and then put
each page in a file in alphametical order. I only want one ID per page.
I keep getting one complete ID's details and the first couple of lines of the
next.

What sort of "page"? a Webpage? Or are you trying to do this in Access?

If in Access, you would probably want to use a Form (in Single view) based on
the table, or on a query based on the table (sorted alphabetically by company
name).

Don't confuse data STORAGE (in a table, in no particular order, as fields of
various datatypes) with data DISPLAY (on a page or form, sorted, as textboxes,
combo boxes and other appropriate controls).
 

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