I am trying to add (via ASP) a combination of letters and numbers to a "SerialNumber" field in an Access Table, and it returns a Type Mismatch. If I enter only numbers, the code works fine. It is failing on the following lines:
strItemID = CStr(Request("txtSN"
)
ItemRS("ItemID"
= strItemID
Any suggestions on what I am doing wrong would be greatly appreciated. Thanks!
strItemID = CStr(Request("txtSN"
ItemRS("ItemID"
Any suggestions on what I am doing wrong would be greatly appreciated. Thanks!