T
Tim Green
Hi,
I have a database that I and one other user access. I run reports, she does
data entry. We've both been using the db for over a year, and I've made no
recent modifications. As of today, she is unable to process, because I have
some validation code on the back-end of the data entry form that generates
errors. It fails exactly as if "Option Explicit" were declared, but it isn't.
It works fine on my computer, but I was able to replicate the errors by
introducing the Option Explicit statement. The error message may be the same,
or may be different, I don't have access to her machine at the moment to
check, but it certainly fails at the same points in both cases.
I developed the db in Access 2003, and my colleague still uses that, but I'm
now on 2007.
I'd rather not trawl through every subroutine and explicitly declare all of
my variables. That may be good practice, but I don't want to introduce errors
into a perfectly good working database at this stage.
Does anybody have any idea where to start with this?
I have a database that I and one other user access. I run reports, she does
data entry. We've both been using the db for over a year, and I've made no
recent modifications. As of today, she is unable to process, because I have
some validation code on the back-end of the data entry form that generates
errors. It fails exactly as if "Option Explicit" were declared, but it isn't.
It works fine on my computer, but I was able to replicate the errors by
introducing the Option Explicit statement. The error message may be the same,
or may be different, I don't have access to her machine at the moment to
check, but it certainly fails at the same points in both cases.
I developed the db in Access 2003, and my colleague still uses that, but I'm
now on 2007.
I'd rather not trawl through every subroutine and explicitly declare all of
my variables. That may be good practice, but I don't want to introduce errors
into a perfectly good working database at this stage.
Does anybody have any idea where to start with this?