querries

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

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

Querries

resolvedResolved · Low Priority · Version 2007

Mary has attended:
Access Introduction course
Access Intermediate course
Excel Advanced course

Querries

HOW DO I CREATE QUERRIES BASED ON MORE THAN I TABLE?

RE: Queries

Hi Mary,

Thank you for your question.

Create a new query using the Query Wizard. Select the first table from the tables and queries combo box and add the relevant fields from it. Then select the next table and add the relevant fields. Continue this process until you have all the fields you need for the query and continiue through the steps of the wizard.

I hope this answers your question.

Regards

Simon


 

Access tip:

Closing form after a certain time period

To make a form close automatically after a certain time period, you need to assign the close function to a macro.

Save the macro and ope up the form in design view. open the Properties sheet.

In the TimerInterval property enter the length of time you want the form open for. This should be in milliseconds, so for instance if you want the form open for 5 seconds enter 5000, for an minute enter 60000.

You now need to attach your macro (to execute the Close action) to the OnTimer event property of the form.



View all Access hints and tips


Server loaded in 0.09 secs.