OK easy problem but I dont know the cure:
how do you compare a variable to a value in a table whose colum is set to currency. The variable is dimmed as currency as well. Here's an example
if TempBid=rs.Fields.Item("Bid Amount")then
...................
in other words the value in the variable may be 28000 but the value in the table is already $28,000.00. 28000 does not equal $28,000.00, so therefore the rest of the code doesnt happen.
Adam
how do you compare a variable to a value in a table whose colum is set to currency. The variable is dimmed as currency as well. Here's an example
if TempBid=rs.Fields.Item("Bid Amount")then
...................
in other words the value in the variable may be 28000 but the value in the table is already $28,000.00. 28000 does not equal $28,000.00, so therefore the rest of the code doesnt happen.
Adam