Another user has copied a db that I programmed onto her
machine. We both have the same version of Access (2000).
In a module, I'm executing a "DROP TABLE" statement.
The table I'm trying to drop may or may not exist. On my machine, if the table doesn't exist, I get error 3371, "Can't find table or constraint." On her machine, it's error 3376, "Table doesn't exist." (I may not have the exact wording there.)
It would be pretty simple to modify the code in my error
handler to account for the fact that it may be either
error number, and that's what I've done as a temporary
measure. But what would account for this?
(We both have the same references checked, no missing
references.)
I appreciate any help. Thanks.
machine. We both have the same version of Access (2000).
In a module, I'm executing a "DROP TABLE" statement.
The table I'm trying to drop may or may not exist. On my machine, if the table doesn't exist, I get error 3371, "Can't find table or constraint." On her machine, it's error 3376, "Table doesn't exist." (I may not have the exact wording there.)
It would be pretty simple to modify the code in my error
handler to account for the fact that it may be either
error number, and that's what I've done as a temporary
measure. But what would account for this?
(We both have the same references checked, no missing
references.)
I appreciate any help. Thanks.