Full Screen Format?

B

Bobby

Hi All,

I created the AutoExec macro to run a form when I open up
the database. But I want it to open up in Full Screen
format. How do I do this, there is a maximize property in
the macro but not a full screen one. Let me know.

Thanks
Bobby
 
F

fredg

Hi All,

I created the AutoExec macro to run a form when I open up
the database. But I want it to open up in Full Screen
format. How do I do this, there is a maximize property in
the macro but not a full screen one. Let me know.

Thanks
Bobby

As far as I know, Full Screen and Maximize are the same.

Open the Form's property sheet.
Click on the Events tab.
On the Open event line write [Event Procedure]
Then click on the button with the 3 dots that will appear on that
line.
When the Open event code window opens, write, between the two already
existing lines:

DoCmd.Maximize

Exit the code window.
Run the form.
 
V

Van T. Dinh

Hi Fred

In a later post in the thread in Macros, Bobby stated more clearly that he
wants to hide the Access application window.

It looks like you didn't see my reply in this thread (as per your post in
the m.p.m.a.), right?
 
F

Fredg

Hi Van,
I haven't monitored Macros for some time now.
Strangely enough, I must have seen an original post from this poster but now
it's missing. All I see, in gettingstarted, is your reply, my reply then
this reply. His original is gone.

In some groups, 80% of new downloads are replies without an original.

--
Fred

Please reply only to this newsgroup.
I do not reply to personal e-mail.


Van T. Dinh said:
Hi Fred

In a later post in the thread in Macros, Bobby stated more clearly that he
wants to hide the Access application window.

It looks like you didn't see my reply in this thread (as per your post in
the m.p.m.a.), right?

--
Cheers
Van


fredg said:
As far as I know, Full Screen and Maximize are the same.

Open the Form's property sheet.
Click on the Events tab.
On the Open event line write [Event Procedure]
Then click on the button with the 3 dots that will appear on that
line.
When the Open event code window opens, write, between the two already
existing lines:

DoCmd.Maximize

Exit the code window.
Run the form.

--
Fred

Please reply only to this newsgroup.
I do not reply to personal e-mail.
 
V

Van T. Dinh

Hi Fred

Bobby posted originally. I replied "already answered in Macros" 11/11 then
your original reply today (my time) and seeing your post in m.p.m.a., I knew
you didn't see my reply.

Have you tried removing the news account altogether and then re-add the
account using "msnews.microsoft.com".

Cheers
Van
 

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