When I load my main form for switchboardID, my buttons appear numerous times. I have 9 buttons on my main form and have a query as such for the buttons:
SELECT [Switchboard Items].ItemText
FROM [Switchboard Items]
ORDER BY [Switchboard Items].ItemNumber;
When I view the form not in design mode, it displays the items multiple times on the main page. My query is in record source.
The other issue is when I click on the buttons, the text disappears and then when I move mouse away it reappears.