D
DavidW
I am trying to from a form find out if a queries result = 2
In the query"onuse" is a field called "type". The numbers in that field are
1,2,or3.
I need to use an if statement with this ,I tried
If DLookup("type", "vehset") = 2 Then
and it doesnt recognize then number.
What have I missed?
Thanks
David
In the query"onuse" is a field called "type". The numbers in that field are
1,2,or3.
I need to use an if statement with this ,I tried
If DLookup("type", "vehset") = 2 Then
and it doesnt recognize then number.
What have I missed?
Thanks
David