G
Guest
I currently have a table called tblCustomers that lists customerID,
customerName, Address, etc. then 4 more tables that list different
exceptions and details of the exception for each customer. My tables are:
tblGeneral: ID, customerID, Description, AffectedDays, etc
tblEligibility: ID, customerID, Description, addedEligibilty, etc
tblProcessing: ID, customerID, whereInProcess, EstimatedCompletion, etc
tblQueue: ID, customerID, whereRouted, Description, etc
I would like to have a query that will show the exceptions that a school
has. They may not be listed in all four tables. How can i set up the query
to show what I want.
customerName, Address, etc. then 4 more tables that list different
exceptions and details of the exception for each customer. My tables are:
tblGeneral: ID, customerID, Description, AffectedDays, etc
tblEligibility: ID, customerID, Description, addedEligibilty, etc
tblProcessing: ID, customerID, whereInProcess, EstimatedCompletion, etc
tblQueue: ID, customerID, whereRouted, Description, etc
I would like to have a query that will show the exceptions that a school
has. They may not be listed in all four tables. How can i set up the query
to show what I want.