Touch screen form

  • Thread starter Thread starter steve a
  • Start date Start date
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..
 
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
 
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....
 
Back
Top