|
-
Sep 23rd, 2005, 11:56 AM
#1
Thread Starter
Hyperactive Member
Anyway to hide Access completely??
I have this form below that is set to come up on start-up. Is there anyway to just show the form and hide the Access windows completely? I just want to see my form outside of Access, so basically just hide it somehow??
VB Code:
Private Sub Form_Timer()
'On the forms timer event close the start-up form
DoCmd.Close acForm, "frmStartUp"
'Open up the main Logon form when the start-up form closes
DoCmd.OpenForm "frmLogon"
End Sub
-
Sep 23rd, 2005, 12:45 PM
#2
Frenzied Member
Re: Anyway to hide Access completely??
Found this.
You could also minimixe the Access window, set hide database in startup (still have the grey window, but not the database window (tables, queries, etc, and/or set the form to maximize, thereby covering Access.
Tengo mas preguntas que contestas
-
Sep 26th, 2005, 06:10 AM
#3
Thread Starter
Hyperactive Member
Re: Anyway to hide Access completely??
thanks, that's what I tried and couldn't get it to work
-
Sep 27th, 2005, 06:59 AM
#4
Lively Member
Re: Anyway to hide Access completely??
What didn't work for you? I have used that code posted in the link with great success.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|