abbaddon223
Registered User.
- Local time
- Today, 02:56
- Joined
- Mar 13, 2010
- Messages
- 162
Hi all,
I'm having a VBA nightmare for what I imagine is a simple fix.
I have a page in a tab (in a form) called "Contact Screen".
Following a combo box being updated on another page in the same tab ("Outcomes") I'd like the "Contact Screen" page to open (come to the front).
I've been trying along the lines of (after update obviously)
Docmd.openform "FormName!PageName"
docmd.OpenForm "FormName!PageNumber"
I'm getting nowhere are could do with a little help please!
Thanks in advance
I'm having a VBA nightmare for what I imagine is a simple fix.
I have a page in a tab (in a form) called "Contact Screen".
Following a combo box being updated on another page in the same tab ("Outcomes") I'd like the "Contact Screen" page to open (come to the front).
I've been trying along the lines of (after update obviously)
Docmd.openform "FormName!PageName"
docmd.OpenForm "FormName!PageNumber"
I'm getting nowhere are could do with a little help please!
Thanks in advance
