N
Niniel
Hello,
I am trying to change my large single form into a tabbed form.
I moved all my form elements to various tabs, but a query pointing to the
former main form is no longer working.
I suspect I need to point to towards the tab in my tab control where the
field it needs to look up resides now.
The query's where statement used to be as follows:
WHERE
(((tblActivity.ActivityID)=Forms!frmActivityApplicationForm!ActivityID));
Now, frmActivityApplicationForm is hosting the tab control TabbedMenu, and
my text box is on tab "Page 1".
How do I update my statement so that the query works again?
Thank you.
I am trying to change my large single form into a tabbed form.
I moved all my form elements to various tabs, but a query pointing to the
former main form is no longer working.
I suspect I need to point to towards the tab in my tab control where the
field it needs to look up resides now.
The query's where statement used to be as follows:
WHERE
(((tblActivity.ActivityID)=Forms!frmActivityApplicationForm!ActivityID));
Now, frmActivityApplicationForm is hosting the tab control TabbedMenu, and
my text box is on tab "Page 1".
How do I update my statement so that the query works again?
Thank you.