Hello All, thank you in advance for any and all assistance!
Okay I have 7 queries each one pulls from the same table (Tbl_Data_Entry) and they display late jobs.
Each queries looks like the below the only difference is where one is Inspection, the next may be Painting or Planning, or whatever.
Field Record Number Initiation Date Customer Name Inspection Due Inspection Completed Inspector Days Late: Date() - [Tbl_Data_Entry.Inspection Due] Initiation Date Table Tbl_Data_Entry Tbl_Data_Entry Tbl_Data_Entry Tbl_Data_Entry Tbl_Data_Entry Tbl_Data_Entry Tbl_Data_Entry Tbl_Data_Entry Total: Group By Group By Group By Group By Group By Group By Expression Where Sort Show Checked Checked Checked Checked Checked Checked Checked Criteria < Date() Is Null >= #08/11/2014# Or
Individually each query works correctly and outputs something similar to the following:
382---08/12/2014---Mr. Green---08/14/14--- ---Smith,John---1
The problem I am having is the boss wants a report which shows all late jobs.
So I am trying to make a query that references all 7 of my existing queries and would look similar but would have a "What is late" field at the end.
The ideal output would look something like this:
382---08/12/2014---Mr. Green---08/14/14--- ---Smith,John---1---Inspection Late
Here's the problem- I don't know how to query for that "what is due" field.
Any and all help is appreciated, thanks!!!