Touch screen form

S

steve a

Hi,
I'm in the middle of creating a form to work with a touch screen, but would
like to have the form completely fill the screen, not within a window of
access, (eg. as a power point slide) is this possible?
I only have the one monitor (the touch one).
Many thanks in advance for your help..
 
T

Tom van Stiphout

On Mon, 29 Dec 2008 03:36:04 -0800, steve a

Set the Popup property of that form to True. In Form_Load write:
DoCmd.Maximize

-Tom.
Microsoft Access MVP
 
K

Klaus-Dieter Gundermann

Set the Popup property of that form to True. In Form_Load write:
DoCmd.Maximize
Mmh, this still leaves the border, min/max/close buttons of the Access
Window....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top