W
Wavequation
can I use a SQL statement for the domain in dlookup?
Wavequation said:can I use a SQL statement for the domain in dlookup?
Ofer Cohen said:Or, Openning the recordSet already filtered Instead of using FindFirst
Set MyRec = MyDB.OpenRecordSet("Select * From TableName Where FieldName = 2")
If Not MyRec.Eof Then
.......
End If