N
norm
I have a table that has a list of Equipment (tblEquip)
I need to search from either on of 2 fields. But only one of the values
may be "known"- I may know the value of Equip or the value of RecvNum
How can I query these 2 fields, I have tried:
I would like to get away from using the * in the input box
WHERE (((tblEquip.E_EQUIP) Like [Vehicle or * For None]) AND
((tblEquip.RECV_NO) Like [Receiving or * For None]))
I need to search from either on of 2 fields. But only one of the values
may be "known"- I may know the value of Equip or the value of RecvNum
How can I query these 2 fields, I have tried:
I would like to get away from using the * in the input box
WHERE (((tblEquip.E_EQUIP) Like [Vehicle or * For None]) AND
((tblEquip.RECV_NO) Like [Receiving or * For None]))