Use data from main form on subform

  • Thread starter Russ via AccessMonster.com
  • Start date
R

Russ via AccessMonster.com

Help,
I have a mainform where I have a text field called PartNumber, when I enter
data into it and hit the enter key I want it to add that data to the subform
where there is a text field also called PartNumber. This I have accomplished,
but how I then get the subform to go to the next record, it keeps over
writing the data in the subform. What am I missing?
 
G

grep

Russ said:
Help,
I have a mainform where I have a text field called PartNumber, when I enter
data into it and hit the enter key I want it to add that data to the subform
where there is a text field also called PartNumber. This I have accomplished,
but how I then get the subform to go to the next record, it keeps over
writing the data in the subform. What am I missing?

Can you post your code?
 

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