ms access courses - reports access

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

Forum home » Delegate support and help forum » Microsoft Access Training and help » ms access courses - Reports in access

ms access courses - Reports in access

resolvedResolved · Low Priority · Version Standard

Mandy has attended:
Access Intermediate course
Access Advanced course

Reports in access

How can I set the size of a report and its position on my users screen in access?

RE: Reports in access

Mandy,

You can do this my using the MOVESIZE function in a macro to open the report.
Normally you would need to run this macro from a switchboard button for it to be effective.

For full details on the MOVESIZE function, refer to the help menu (F1)

 

Training courses

 

Training information:

See also:

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.1 secs.