Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I have both the label on the Switchboard form and the form caption itself change to match the name of the sub-menus?

0
Posted

How do I have both the label on the Switchboard form and the form caption itself change to match the name of the sub-menus?

0

Have this code in the Form’s Current event: Private Sub Form_Current() ‘ Update the form caption and label and fill in the list of options. Me.Caption = Nz(Me![ItemText], “”) Me.Label1.Caption = Nz(Me![ItemText], “”) FillOptions End Sub Access Newsgroup regular Karl Dewey has a working sample here using a slightly different technique. Karl uses OptionLabel1 to display the menu title The menu is loaded into the Switchboard Items table as item 1 of each SwitchboardID. He also removed the command button for Option1, changed the font (color and size) and centered it in the display.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123