A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form opens even when not specified in Startup



 
 
Thread Tools Display Modes
  #1  
Old October 29th, 2007, 10:54 AM posted to microsoft.public.access.forms
JohnB
external usenet poster
 
Posts: 185
Default Form opens even when not specified in Startup

Hi.

OK, this is probably very simple but I can't see it.

I have a small mdb that I wanted to experiment on, by converting it to
Access 2007. So the first thing I thought was to remove the feature that
opens a main form on Startup. So I go to Startup and nothing is specified!
I've looked in the Event code of the form in question and only a Maximise on
open event exists. I've tried introducing a different form in Startup and
they both open.

Can anyone tell me what could be causing this form to open, if it's not
specified in Startup? I think the answer is going to embarrass me.

Thanks,
  #2  
Old October 29th, 2007, 12:03 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 1,555
Default Form opens even when not specified in Startup

John

Check the "Macros" tab -- do you have one named "AutoExec"? Whatever's in
that will automatically execute on startup.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP
http://mvp.support.microsoft.com/

Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/

"JohnB" wrote in message
...
Hi.

OK, this is probably very simple but I can't see it.

I have a small mdb that I wanted to experiment on, by converting it to
Access 2007. So the first thing I thought was to remove the feature that
opens a main form on Startup. So I go to Startup and nothing is specified!
I've looked in the Event code of the form in question and only a Maximise

on
open event exists. I've tried introducing a different form in Startup and
they both open.

Can anyone tell me what could be causing this form to open, if it's not
specified in Startup? I think the answer is going to embarrass me.

Thanks,


  #3  
Old October 29th, 2007, 12:45 PM posted to microsoft.public.access.forms
JohnB
external usenet poster
 
Posts: 185
Default Form opens even when not specified in Startup

That was it Jeff, thanks.

In my defence I should say that this is not one of my designs - I only got
involoved when the users wanted some reports put together. I think I'll
remove the Autoexec function and revert to the Startup feature - much more
visable for something that's very simple.

Thanks again.

"Jeff Boyce" wrote:

John

Check the "Macros" tab -- do you have one named "AutoExec"? Whatever's in
that will automatically execute on startup.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP
http://mvp.support.microsoft.com/

Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/

"JohnB" wrote in message
...
Hi.

OK, this is probably very simple but I can't see it.

I have a small mdb that I wanted to experiment on, by converting it to
Access 2007. So the first thing I thought was to remove the feature that
opens a main form on Startup. So I go to Startup and nothing is specified!
I've looked in the Event code of the form in question and only a Maximise

on
open event exists. I've tried introducing a different form in Startup and
they both open.

Can anyone tell me what could be causing this form to open, if it's not
specified in Startup? I think the answer is going to embarrass me.

Thanks,



  #4  
Old October 29th, 2007, 01:45 PM posted to microsoft.public.access.forms
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default Form opens even when not specified in Startup

Just make sure that the AutoExec macro isn't doing anything else in addition
to opening the form before you delete it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"JohnB" wrote in message
...
That was it Jeff, thanks.

In my defence I should say that this is not one of my designs - I only got
involoved when the users wanted some reports put together. I think I'll
remove the Autoexec function and revert to the Startup feature - much more
visable for something that's very simple.

Thanks again.

"Jeff Boyce" wrote:

John

Check the "Macros" tab -- do you have one named "AutoExec"? Whatever's
in
that will automatically execute on startup.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP
http://mvp.support.microsoft.com/

Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/

"JohnB" wrote in message
...
Hi.

OK, this is probably very simple but I can't see it.

I have a small mdb that I wanted to experiment on, by converting it to
Access 2007. So the first thing I thought was to remove the feature
that
opens a main form on Startup. So I go to Startup and nothing is
specified!
I've looked in the Event code of the form in question and only a
Maximise

on
open event exists. I've tried introducing a different form in Startup
and
they both open.

Can anyone tell me what could be causing this form to open, if it's not
specified in Startup? I think the answer is going to embarrass me.

Thanks,





  #5  
Old October 31st, 2007, 10:36 AM posted to microsoft.public.access.forms
JohnB
external usenet poster
 
Posts: 185
Default Form opens even when not specified in Startup

Sorry, just spotted this Doug. Thanks, will do.

Cheers.

"Douglas J. Steele" wrote:

Just make sure that the AutoExec macro isn't doing anything else in addition
to opening the form before you delete it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"JohnB" wrote in message
...
That was it Jeff, thanks.

In my defence I should say that this is not one of my designs - I only got
involoved when the users wanted some reports put together. I think I'll
remove the Autoexec function and revert to the Startup feature - much more
visable for something that's very simple.

Thanks again.

"Jeff Boyce" wrote:

John

Check the "Macros" tab -- do you have one named "AutoExec"? Whatever's
in
that will automatically execute on startup.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP
http://mvp.support.microsoft.com/

Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/

"JohnB" wrote in message
...
Hi.

OK, this is probably very simple but I can't see it.

I have a small mdb that I wanted to experiment on, by converting it to
Access 2007. So the first thing I thought was to remove the feature
that
opens a main form on Startup. So I go to Startup and nothing is
specified!
I've looked in the Event code of the form in question and only a
Maximise
on
open event exists. I've tried introducing a different form in Startup
and
they both open.

Can anyone tell me what could be causing this form to open, if it's not
specified in Startup? I think the answer is going to embarrass me.

Thanks,





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.