dbTalk Databases Forums  

How do I display the "About Microsoft Access" screen using form button

comp.databases.ms-access comp.databases.ms-access


Discuss How do I display the "About Microsoft Access" screen using form button in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Barry Edmund Wright
 
Posts: n/a

Default How do I display the "About Microsoft Access" screen using form button - 07-14-2011 , 04:10 PM






Hi,

I want the user to click a button on a form and display the "About
Microsoft Access" screen.

What is the VBA code to do that?

Cheers,
Barry

Reply With Quote
  #2  
Old   
Douglas J Steele
 
Posts: n/a

Default Re: How do I display the "About Microsoft Access" screen using form button - 07-14-2011 , 06:43 PM






To be honest, I'm not sure there is VBA code to do it. However, see whether
what Allen Browne has at http://www.allenbrowne.com/ser-53.html meets your
needs.

"Barry Edmund Wright" wrote in message
news:3fde85a2-1c29-4622-aaeb-ed7e9f82f3a2 (AT) z14g2000yqh (DOT) googlegroups.com...

Hi,

I want the user to click a button on a form and display the "About
Microsoft Access" screen.

What is the VBA code to do that?

Cheers,
Barry

Reply With Quote
  #3  
Old   
JHB
 
Posts: n/a

Default Re: How do I display the "About Microsoft Access" screen using form button - 07-15-2011 , 05:06 AM



"Barry Edmund Wright" <barry.edmund.wright (AT) witstoronto (DOT) ca> skrev i en
meddelelse
news:3fde85a2-1c29-4622-aaeb-ed7e9f82f3a2 (AT) z14g2000yqh (DOT) googlegroups.com...
Quote:
Hi,

I want the user to click a button on a form and display the "About
Microsoft Access" screen.

What is the VBA code to do that?

Cheers,
Barry
Hello Barry.

Try
DoCmd.RunCommand acCmdAboutMicrosoftAccess
in an button event.

Regard
Jørn

Reply With Quote
  #4  
Old   
Barry Edmund Wright
 
Posts: n/a

Default Re: How do I display the "About Microsoft Access" screen using form button - 07-17-2011 , 01:46 PM



Thanks Jorn, that worked perfectly.

On Jul 15, 6:06*am, "JHB" <jhb... (AT) hotmail (DOT) com> wrote:
Quote:
"Barry Edmund Wright" <barry.edmund.wri... (AT) witstoronto (DOT) ca> skrev i en
meddelelsenews:3fde85a2-1c29-4622-aaeb-ed7e9f82f3a2 (AT) z14g2000yqh (DOT) googlegroups.com...

Hi,

I want the user to click a button on a form and display the "About
Microsoft Access" screen.

What is the VBA code to do that?

Cheers,
Barry

Hello Barry.

Try
DoCmd.RunCommand acCmdAboutMicrosoftAccess
in an button event.

Regard
Jørn

Reply With Quote
Reply




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 On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.