Toggle Button Question

B

Bob

--

I want to put a toggle button on my Main Menu Form so as I have the option
to open MiniMain Form, Currently I have this in [On Open]

Private Sub Form_Open(Cancel As Integer)
DoCmd.OpenForm "frmMiniMain"
End Sub

Thanks for any help..............Bob
 
B

Bob

Oops Sorry the toggle setting is in
tblSetStableControlsSettings MiniMain
No
No


Thanx..............Bob
 
B

Bob

Table: tblSetStableControlsSettings, Field Name:
MiniMain...............Thanks bob

Bob said:
Oops Sorry the toggle setting is in
tblSetStableControlsSettings MiniMain
No
No


Thanx..............Bob

Bob said:
--

I want to put a toggle button on my Main Menu Form so as I have the
option to open MiniMain Form, Currently I have this in [On Open]

Private Sub Form_Open(Cancel As Integer)
DoCmd.OpenForm "frmMiniMain"
End Sub

Thanks for any help..............Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top