Y
Yogi_Bear_79
Here is an excerpt of my sql statement, than my report is generated from.
WHERE (((tblEZPassTolls.TransactionDate) Between [Start Date] And [End
Date]) AND ((tblPersonnel.IDSA)=[ID?]));
The Query has thre critera required to make it run.
WHERE (((tblEZPassTolls.TransactionDate) Between [Start Date] And [End
Date]) AND ((tblPersonnel.IDSA)=[ID?]));
The Query has thre critera required to make it run.