custom buttons on form

  • Thread starter hotrod1952 via AccessMonster.com
  • Start date
H

hotrod1952 via AccessMonster.com

I have a popup form as my database start-up form (set to hide db window) with
the following settings:
recordselectors- no,nav buttons-no,auto resize-yes,autocenter-no,controlbox-
no,minmaxbuttons-no,closebutton-no,whatsthisbutton-no,popup-yes,modal-no.
In a command button I have the following code: (to minimze so other
applications can be used)
Private Sub minibutton_Click()
DoCmd.RunCommand acCmdAppMinimize
End Sub
This works fine to minimize the form and the application. However when I
click on the minmized application on the task bar the form will not restore
full screen. What code would I need and where to get this to work like any
other windows application?
 

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