Me.controlname = trim(Me.controlname)

M

MeSteve

I have this, and:

me.DateUpdated = now()

and when run, they spit out the following:

Run-time '-2147352567 (80020009)
Update or CancelUpdate without AddNew or Edit.

This line was working in ACC2003, but broke in ACC2007. How do I fix it?
 
Top