C
CA
have opened an access 2003 db in access 2007...opens fine, but when adding
records I am getting an error as follows:
Microsoft Office Access
-2147352567 Method ‘Nz’ of object ‘_Application’ Failed
When I perform the exact same actions on the dB in 2003, I do not get ANY
error...I am wondering if the NZ method in conjuction with data on an sql
server is invalid...all fields involved in the equation are number fields
(as controls on the form, or fields from a table)...
when I debug the code and try to list the value of one of the fields (that
has been defined on a form as numeric) in the IMMEDIATE window, I get a type
mismatch error...
again, I have run the exact same dB in accesss 2003 without incident...no
'method nz invalid', no type mismatch....I am entering the exact same data
(after deleting the records) the exact same way...no errors in 2003,
confusing errors in 2007...
I feel as if this particular dB is getting corrupted when
being used in Access 2007...I have been unable to convert this dB to
2007....the error message is that the dB is already opened exclusively by
another user...which is me...the dB size is growing incrementally during
usage; again, I'm wondering if there is some corruption going on...
fyi this dB uses both local access tables and sql server tables via ODBC.
any
suggestions would be GREATLY appreciated. TIA
records I am getting an error as follows:
Microsoft Office Access
-2147352567 Method ‘Nz’ of object ‘_Application’ Failed
When I perform the exact same actions on the dB in 2003, I do not get ANY
error...I am wondering if the NZ method in conjuction with data on an sql
server is invalid...all fields involved in the equation are number fields
(as controls on the form, or fields from a table)...
when I debug the code and try to list the value of one of the fields (that
has been defined on a form as numeric) in the IMMEDIATE window, I get a type
mismatch error...
again, I have run the exact same dB in accesss 2003 without incident...no
'method nz invalid', no type mismatch....I am entering the exact same data
(after deleting the records) the exact same way...no errors in 2003,
confusing errors in 2007...
I feel as if this particular dB is getting corrupted when
being used in Access 2007...I have been unable to convert this dB to
2007....the error message is that the dB is already opened exclusively by
another user...which is me...the dB size is growing incrementally during
usage; again, I'm wondering if there is some corruption going on...
fyi this dB uses both local access tables and sql server tables via ODBC.
any
suggestions would be GREATLY appreciated. TIA