Move access 2010 screens to Desktop

Sanjo

Registered User.
Local time
Today, 04:33
Joined
Mar 14, 2012
Messages
62
I have an Access 2010 Table with a data entry form and two inquiry screens. I have to install these on a user's computer who also has Access 2010. The user needs for the Data Entry and two Query screens to be icons on his Desktop such that when he clicks on any of the three he sees only that particular screen without even being cognizant that Access 2010 is driving it all. He doesn't need to see any of Access 2010 bars, commands, etc. Is there a way or some module coding that permits this?

Thanks in advance for any help.

Sanjo
 
I would suggest that you create macros that will open the various forms and/or queries that you want to open when you start Access.

Then use one or more of the Startup Options found here:
http://support.microsoft.com/kb/209207

One of the startup parameters is to specify a specific macro that will be run at startup. You can then create a shortcut for each macro that you need to have run which will in turn open a specific form or query or whatever.
 

Users who are viewing this thread

Back
Top Bottom