Sending Variables

R

rodnice

I have a form with a subform. On the subform (continuous)
contains ID and Serial. Next to each record on the subform
is a button that the user clicks if they want to enter data
for that record.

When the button is clicked, I want it to open up the entry
form, and populate ID and Serial so that the user only has
to key in City and State. Each time the new record line
appears, I want the ID and Serial to continuously be populated.

Hmmm, any suggestions
 
E

Eric Cardenas

I have a form with a subform. On the subform (continuous)
contains ID and Serial. Next to each record on the subform
is a button that the user clicks if they want to enter data
for that record.

When the button is clicked, I want it to open up the entry
form, and populate ID and Serial so that the user only has
to key in City and State. Each time the new record line
appears, I want the ID and Serial to continuously be populated.

Hmmm, any suggestions?
-------------
Did you want the ID and Serial columns automatically populated without the
user typing the value? If so, you can use the Autonumber data type so
Access automatically creates the values for these two columns.

Hope this helps,
 

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