M
Martin
Hi - we've got a couple of big databases in Access 97 and need to keep them
in that format until everyone's been upgraded to 2003. We're going to go
with opening rather than converting so that users still in 97 can carry on
working.
The problem is that 2003 users are not allowed to change the design of the
databases in any way. Does anyone know (or know of a link) a list of VBA
keywords I should word-search on to see if this if feasible? I guess any
make table queries being run with DoCmd.Open are a start but then there's all
the DAO/ADO ways of changing the design - all things that won't run if a 2003
user tries to run that particular macro.
Thanks
in that format until everyone's been upgraded to 2003. We're going to go
with opening rather than converting so that users still in 97 can carry on
working.
The problem is that 2003 users are not allowed to change the design of the
databases in any way. Does anyone know (or know of a link) a list of VBA
keywords I should word-search on to see if this if feasible? I guess any
make table queries being run with DoCmd.Open are a start but then there's all
the DAO/ADO ways of changing the design - all things that won't run if a 2003
user tries to run that particular macro.
Thanks