Navigation buttons

steve1111

Registered User.
Local time
Today, 12:00
Joined
Jul 9, 2013
Messages
170
Hello all,

i have a main navigation form and my question is: Is there a way that when i am looking a a query or entering data onto a form, that when i switch to another navigation button and then come back to the first navigation button,that the form and query does not reset, so you can view the same info as before you left the screen?

Thank you
 
Do not close the forms.
Just hide it ( .Visible = False)
Do not forget to save the current record (this is automatically done if you close the form).
 
Thanks I will give that a shot.
 
I am having a little trouble with the path, do i have to reference the main form and all subforms?
 
A "subform" is a control in a form. So, will be moved with the form as any other control: textbox, combobox etc.)
 

Users who are viewing this thread

Back
Top Bottom