rptOverdueSQ: Finish and Run
Do This:
Confirm the JOIN
CustomerID
from tblMovieRented
CustomerID
in tblCustomers.
9. Try
This: Add Fields to the Query
Add the
following Fields to the QBE Grid:
FullName: [FirstName]&" "& [LastName]
Address1
CityStateZip: [City] & " " &
[State] & " " & [Zip]
Now, Try This: Run the Query
Go to Query Tools ->Design->Results->Run.
What Do
You See? The rptOverdueSQ Query includes
the name and address.
Save
and Save, again.
Close
the Query.