Switchboard

  • Thread starter Thread starter Dazza
  • Start date Start date
D

Dazza

Hi, I'm not sure if this is the appropriate forum but I
have a switchboard that has two levels. I have an input
form that I'd like to add a control button that would
take the user to the second level of the switchoard not
the first. any ideas how this might be done?

Cheers,
D
 
Hi D,
Interesting question. Need more info - what do you
mean by "levels"? I'm an A97 user, so if this is a
feature in later versions I can't help.
If you mean a multi-tab tab control on the switchboard
form, you can do this with a macro. steps are:
1. Open Form (specify the switchboard form)
2. GoToControl (specifiy the tab name on the tab control
you want your user to go to)

Your command button on the input form would invoke this
macro.

If you mean something else by "levels", please be more
specific. I'm thinking you might mean another form or a
subform.

HTH, hcj
 
Back
Top