topdesk123
Programmer
Good morning!
I have a main form with two sub-forms, Subform1 updates the information in Subform2 and the Main Form using the requery event after the record is updated. Unfortunately, after each requery the cursor goes to the first field in the Main Form. I need it to stay in Subform1 because additional records will be entered. I have tried using setfocus after the requery - which works, except it's not the correct record that was currently being worked on.
Any ideas? Need more information?
THANK YOU!!
topdesk123
I have a main form with two sub-forms, Subform1 updates the information in Subform2 and the Main Form using the requery event after the record is updated. Unfortunately, after each requery the cursor goes to the first field in the Main Form. I need it to stay in Subform1 because additional records will be entered. I have tried using setfocus after the requery - which works, except it's not the correct record that was currently being worked on.
Any ideas? Need more information?
THANK YOU!!
topdesk123