samonwalkabout
Registered User.
- Local time
- Today, 11:11
- Joined
- Mar 14, 2003
- Messages
- 185
I have a Continuous Form with lots of field based on a complex query.
The User can Click on a number field in the form and a pop-up form opens, this form allows them to change the number. When they close the form i run code to requery the main form.
No worries there but.. the focus jumps back to the top left of the form so if the user has scrolled down a few pages, then makes a change the focus jumps.
I have tried refresh, repaint, requery etc etc.
I have the record number on the pop form. Can i requery the form then use the record number to set the focus of the continuous form back to the correct record?
Thanks
The User can Click on a number field in the form and a pop-up form opens, this form allows them to change the number. When they close the form i run code to requery the main form.
No worries there but.. the focus jumps back to the top left of the form so if the user has scrolled down a few pages, then makes a change the focus jumps.
I have tried refresh, repaint, requery etc etc.
I have the record number on the pop form. Can i requery the form then use the record number to set the focus of the continuous form back to the correct record?
Thanks