vba

Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » VBA

VBA

resolvedResolved · Low Priority · Version 2003

Emily has attended:
Access VBA course

VBA

How do you automate actions as soon as you open up the database? For instance - prompting the user as soon as they open the DB to enter their name.

RE: VBA

Hi Emily

Thank you for your question

Apologies for the delay in replying which was caused by a large volume of posts on the forum

The best solution to this problem is to create the function that you want to run. Then create a Macro called autoexec. This macro has a single command RunCode, and you enter the function name as a parameter of that command.

The autoexec macro will automatically run when the database opens

Regards

Stephen

Fri 27 Mar 2009: Automatically marked as resolved.

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Access tip:

Changing MS Programs Text Size

A handy way to increase or decrease the size of text in Microsoft Word, Microsoft PowerPoint, Microsoft FrontPage, or Microsoft Publisher, first, select the text you want to resize.

Then, to increase the font size, press CTRL+SHIFT+>.

To decrease the font size, press CTRL+SHIFT+<.

View all Access hints and tips


Server loaded in 0.08 secs.