Form as a background on application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vavc1980
    New Member
    • Feb 2008
    • 25

    Form as a background on application

    Hi,

    I hope I can explain what I'm trying to do. I have a main form (menu) that I would like to have as if it was a "background " type of thing in the access application, I know I can use Docmd.Maximize, but the controls in the form align to the top left corner, and I would like to see them at the center of the screen...
    Is there any way to do that, besides obviously creating a huge form that covers the whole screen?
  • vavc1980
    New Member
    • Feb 2008
    • 25

    #2
    Well, I think I'm half way to what I want.
    I changed the form property BorderStyle to 'none', and Auto Center to 'yes'
    Now I need to figure it out how to change the background color of access to match the color I have in my form to make it look like one.

    Comment

    Working...