G
Guest
I need to build a query to either open a report or build a table that will
open the report, not sure which way to do this.
I have a main table (tblEpistry) and 4 unit tables (tblUnit1 through
tblUnit4).
I need to look at 2 fields in each tblUnit#, [CAMT] and [FORM2], if either
or both are blank, then I need that row.
Because each row in the tblEpistry has a Yes/No field to indicate if there
is data for the corresponding tblUnit#, there could be up to four rows from
the unit tables.
My question is, how would I build the criteria in the query to ensure I
catch each unit row that has a blank CAMT or FORM2 field?
Thanks in advance for any assistance.
open the report, not sure which way to do this.
I have a main table (tblEpistry) and 4 unit tables (tblUnit1 through
tblUnit4).
I need to look at 2 fields in each tblUnit#, [CAMT] and [FORM2], if either
or both are blank, then I need that row.
Because each row in the tblEpistry has a Yes/No field to indicate if there
is data for the corresponding tblUnit#, there could be up to four rows from
the unit tables.
My question is, how would I build the criteria in the query to ensure I
catch each unit row that has a blank CAMT or FORM2 field?
Thanks in advance for any assistance.