Ascentient
IS-IT--Management
- Nov 4, 2002
- 267
I had the following code working correctly, but I am not sure what changed
It was previously giving me [UPC] = 123456 the code is not give me "[UPC] = 123456" when it does the search. Thus it failes because [UPC] in tblUPC is a number field.
Thoughts or suggestions as to what I have done to screw this up, and how to fix it?
Code:
.FindFirst "[UPC] = " & rsClone!UPC
It was previously giving me [UPC] = 123456 the code is not give me "[UPC] = 123456" when it does the search. Thus it failes because [UPC] in tblUPC is a number field.
Thoughts or suggestions as to what I have done to screw this up, and how to fix it?