R. Craig Collins >
Common > How To Advanced Access
How To: Advanced Access ©
R. Craig Collins, 2005
- Hint: you cannot create queries on multiple tables unless they have a relationship:
a technictian can have many customers, so it should be a one to many relationship.
To see all records... even technicians without customers, you may have to
right click the relationship, choose the Join Properties, and change it to
show all the Technician records
- Hint: When creating queries, select all fields from all tables, then just
take off the checkmark for fields you don't want to display.
- Hint: to locate records that are on Fletcher street, use Critera: Like
"* Fletcher"
- Hint: to display only the top 2 records in a query, 1) click into the sort
column above the criteria you set,
then 2) click on the Top Values Drop down box, then replace All
with 2, then [!]
- Hint: To create a Cross Tab Queries, select New, then choose Cross Tab Query
Wizard
- Hint: To create a query where a parameter is entered at run time, type the
prompt question within brackets on the criteria line.
You should save each query you run with a meaningful name... this won't increase
the size of the database, as only the question is saved, not the results.