HI
I am testing attempt to test if a specific record exists within a table in Form Module.
SQLstr = "SELECT tblInspectionFootages.FootTaken" _
& " FROM tblInspectionFootages" _
& " WHERE tblInspectionFootages.Eid=" & [Me].[EqipmentID] _
& " AND tblInspectionFootages.FootTaken)=" & [Me].[Footage] & ";"
Using this query. Is there a way to test if the query returns nothing?
<font color=red>Thanks!</font color=red>



