I am getting this debug message when I try to capture the recordset on some of the data from the table. I get the information if the data is a number, but not if it is in another format - ie text or other.
What do I need to do to fix this?
Example code is:
strCLS1 = rst![Buyout_CLS1]
strPartNo = rst![Buyout_PartNo]
strClass = rst![Buyout_Class]
strDescription = rst![Buyout_Description]
strImage = rst![Buyout_Image]
sinPrice = rst![Buyout_Price]
Buyout_PartNo and Buyout_Price come thru - they are numbers.
What do I need to do to fix this?
Example code is:
strCLS1 = rst![Buyout_CLS1]
strPartNo = rst![Buyout_PartNo]
strClass = rst![Buyout_Class]
strDescription = rst![Buyout_Description]
strImage = rst![Buyout_Image]
sinPrice = rst![Buyout_Price]
Buyout_PartNo and Buyout_Price come thru - they are numbers.