J
John
Whats wrong with this code?
when i put into a text box I get an #error.
I just want to add two criteria's to a dlookup statement
that is in a txtbox.
first criteria is where stop = yes
second criteria is where ID = 002.
What Is wrong here?
=DLookUp("StopComment","Version","[Stop] = 'Yes' AND [ID]
= '002'")
when i put into a text box I get an #error.
I just want to add two criteria's to a dlookup statement
that is in a txtbox.
first criteria is where stop = yes
second criteria is where ID = 002.
What Is wrong here?
=DLookUp("StopComment","Version","[Stop] = 'Yes' AND [ID]
= '002'")