type conversion failure during update

J

john

i am running an update query to identify the order that gone through so that
i can reduce the stock level accordingly but i keep getting the following
error while running the quey:

"Microsoft Office Access didnt Update 2 fields due to type conversion error"

how do i correct this ?

Thnx in adv
 
K

Ken Snell [MVP]

Sounds as if your query is trying to write a text string into a numeric or
date field, or some other similar issue.

Can't say more than that as I don't know what the query is, what the table
structure(s) are, etc.
 
Top