new_2_prog
Registered User.
- Local time
- Today, 15:03
- Joined
- Aug 4, 2008
- Messages
- 58
I have a main form with calculations and a subform with that has continuous lines and in the footer of the subform is a sum text box.
In the subform after it moves off the Qty text box I have
Me.Refresh 'Refreshes subform
Me.Parent.Refresh 'Refreshes main form
Problem is when its done refreshing these when it comes back to subform it goes to the first field at the top of subform lines instead of going to the next box, why is this? I did the setfocus but same thing top left. Is there some code to fix this or can someone explain why? I think its because it leaves the subform and then comes back and its just automatic that its starts in the top left.
Thanks!
In the subform after it moves off the Qty text box I have
Me.Refresh 'Refreshes subform
Me.Parent.Refresh 'Refreshes main form
Problem is when its done refreshing these when it comes back to subform it goes to the first field at the top of subform lines instead of going to the next box, why is this? I did the setfocus but same thing top left. Is there some code to fix this or can someone explain why? I think its because it leaves the subform and then comes back and its just automatic that its starts in the top left.
Thanks!