access

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

Access 2003

resolvedResolved · Urgent Priority · Version 2003

Lisa has attended:
Excel VBA Intro Intermediate course

Access 2003

How do you put a button on a form so as to email the form to various email address within an contacts database in the whole database?

Also how would you add photos to a record on a form so as you could have many picture / documents and then you can see them once you click on them?

 

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:

How To Find All Overdue Accounts?

To find overdue accounts create a filter that compares today's date with the Invoice Date in the table. To do this:

1. Open the Query in Design View
2. Select the field for the filter and in the criteria row enter:

<Date()

This filter returns records where the Invoice Date is before today's date.

This filter can be manipulated if, for instance, Invoices are due 15 days after the Invoice Date. For this the filter would be:

<Date()-15

This filter returns records where the Invoice Date is 15 days before today's date.

View all Access hints and tips


Server loaded in 0.05 secs.