P
Paul B.
I am not sure I have the correct formatting for the following part of my SQL
statement:
WHERE
(((tblEpistry.DateOfService)>=[Forms]![frmQuery_BCAS_Crew_Reports]![txtStartDate])
AND
((tblEpistry.DateOfService)<=[Forms]![frmQuery_BCAS_Crew_Reports]![txtEndDate]) AND ((tblUnit1.Region)="3") OR ((tblUnit1.Region)="4"));
I need to ensure that all records are found where tblUnit1.Region is 3 or 4.
These are text fields.
Thanks in advance.
statement:
WHERE
(((tblEpistry.DateOfService)>=[Forms]![frmQuery_BCAS_Crew_Reports]![txtStartDate])
AND
((tblEpistry.DateOfService)<=[Forms]![frmQuery_BCAS_Crew_Reports]![txtEndDate]) AND ((tblUnit1.Region)="3") OR ((tblUnit1.Region)="4"));
I need to ensure that all records are found where tblUnit1.Region is 3 or 4.
These are text fields.
Thanks in advance.