L
Leslie
Hi,
Is it possible to open a form from another form and go
directly to a particluar tab? I have a button with the
following code:
DoCmd.OpenForm "Attendees", , ,"[AttendeeID]=" & Me!
[GuestOf]
How can I get this to open to the tabbed pages on the
Attendees form called "Events"? Events has a page index
of 6, but I've not been able to figure out how to use this
either.
Any help would be most appreciated.
-Leslie
Is it possible to open a form from another form and go
directly to a particluar tab? I have a button with the
following code:
DoCmd.OpenForm "Attendees", , ,"[AttendeeID]=" & Me!
[GuestOf]
How can I get this to open to the tabbed pages on the
Attendees form called "Events"? Events has a page index
of 6, but I've not been able to figure out how to use this
either.
Any help would be most appreciated.
-Leslie