Auto add data in form

T

Tawni

I have created a form based on a set of records queried by a field, Serial #.
Using a form, I need to add an order # for each serial #. I will use the
same order # for the set of queried serial #'s. I would like to type in the
first order # and then have it automatically populate the remaining records.

How would I do this?
 
N

NTC

do you have a set of multiple serial #s all together; as a result of the query

or - are you getting one serial# at a time via the query ??

the answer depends on which way
 
T

Tawni

Each serial # is a record in the table, so I guess you could say one serial #
at a time. I am querying a range, for instance between 2000 and 2100. In
this case, the query result would list 100 serial #'s or 100 records. Does
this help?
I then would need to add the same order number to each one of these. The
result would look like this:

Serial # Order #
2000 15852
2001 15852
2002 15852 (and so on)

Thanks for your help.
 

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