Hi all,
I have the following code which works fine in 2000 but isnt working in 2002. I have checked the dao objects in references. but also have the active X references checked. is that what the problem is???
LateCharge is a numeric field (I thought no special characters needed for that, like ' or #)
Dim db As Database
Set db = CurrentDb()
db.Execute "INSERT INTO tblPayment (LateCharge) Values (" & NewData & "
;"
Set db = Nothing
ANY and ALL help or references are most welcome.
THanks
RAVEN
I have the following code which works fine in 2000 but isnt working in 2002. I have checked the dao objects in references. but also have the active X references checked. is that what the problem is???
LateCharge is a numeric field (I thought no special characters needed for that, like ' or #)
Dim db As Database
Set db = CurrentDb()
db.Execute "INSERT INTO tblPayment (LateCharge) Values (" & NewData & "
Set db = Nothing
ANY and ALL help or references are most welcome.
THanks
RAVEN