Sending Variables

  • Thread starter Thread starter rodnice
  • Start date Start date
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
 
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,
 
Back
Top