Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

reference books

ResolvedVersion 2003

Paul has attended:
Access VBA course

Reference books

The trainer had a couple of reference books that were recommended as suitable as reference guides for VBA usage.
Can you please advise any suggested books that have a good reference library of available commands and also a section on the connectivity with other Office Applications.
My employer would like me to create an application that communicates with Outloook, Powerpoint and Excel but also does things like save a link to a file attachment to allow the attachment to be opened from the database.

Thanks
Paul

RE: Reference books

Hi Paul

I will check if any of our VBA trainers can think of good reference books along this line, however I recommend you try Microsoft Press and also Amazon if you haven't already done so.

By what you have described this is quite in-depth consultancy work, we may be able to assist with this if you are considering the option of a third party.

Just let us know if you are interested.

Regards

Jacob

 

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:

Open A Combo Box Automatically

This is helpful if users need to enter large amounts of data. There are two ways to open ComboBoxes when they get the focus by using the tab keys.

When the ComboBox gets focus:

Press Alt + Down Arrow on the keyboard

For it to happen automatically, needs a bit of coding:

1. Add a combo box and a text box control to the form
2. Set the combo box's On Got Focus property to the following event procedure:

Private Sub ComboBoxName _GotFocus()

Me!ComboBoxName.Dropdown

End Sub


3. Open your form in Form View and use the TAB key to make sure it works.

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.12 secs.