I created a database on a desk top computer, I created a switchboard within this database.
From this switchboard I open a Report that has several Command Buttons that open forms within the same database.
I’ve opened this database in a touch screen Tablet (same operating system and Access version 2007) and the database switchboard command button work fine (switching
from switchboards) with the touch screen, but the command buttons on the Report do not work.
To command button is highlighted but no action (DoCmd.OpenForm "Pre-Op Data Entry") is performed.
Report details
I have an [Event Procedure] on the “On Click” Property that reads
DoCmd.OpenForm "Pre-Op Data Entry"