Display a MsgBox with Switchboard Button

nosaj_ccfc

Registered User.
Local time
Today, 14:08
Joined
Aug 27, 2008
Messages
12
Hello, I have a question I would like some assistance with if possible

I am using a switchboard for my database and was wondering if it was possible to display an Information MsgBox when going from one switchboard page to another. I already have a Msg Box when I open a particular form from the Switchboard, but was wondering if you could do it when moving switchboard pages.

The purpose of this will be to display information to the user as an vbOKOnly box, about how to access a particular feature.

I am versed in writing MsgBox in VB, so would only need to know if this can be done.

Thanks,

nosaj
 
It would involve getting into the switchboard code but it is doable. Take a look at the switchboard's current event. That is where your code would probably need to go.
 
The switchboard can be designed just like any other form. It has all the properties and events of any other form.
 
We've decided to go a different way about our database design, but thanks for the info anyway folks

nosaj
 

Users who are viewing this thread

Back
Top Bottom