Use data from main form on subform

  • Thread starter Thread starter Russ via AccessMonster.com
  • Start date 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?
 
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?
 
Back
Top