Share via

Command Buttons on Touch Screen

Anonymous
2013-07-16T20:59:05+00:00

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"

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2013-07-17T23:10:54+00:00

    The command buttons on the “Report” is opening a particular “Form”.  I was able to create command buttons using a [Embedded Macro] on the “On Click” property that works fine.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-07-17T23:10:29+00:00

    The command buttons on the “Report” is opening a particular “Form”.  I was able to create command buttons using a [Embedded Macro] on the “On Click” property that works fine.

    Was this answer helpful?

    0 comments No comments
  3. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2013-07-17T01:34:16+00:00

    Are you opening your report with the View argument set to acViewReport? That should work, whereas acViewPreview most certainly will not.

    Was this answer helpful?

    0 comments No comments