Developing in Access XP

S

Sean Jackson

Hi all,
I have been developing in Access 97 for a while now and now am starting to
use XP. The problem is, when i'm running my app in XP, if I go into
design view in XP then it closes all the other forms down so that when my
code tries to reference a form it crashes... Surely this can be turned off
somewhere, Does anyone know the answer. Access 97 allowed me to run
and debug and develop ALL while the other forms were running.

Any ideas???
 
A

Arvin Meyer

Sean Jackson said:
Hi all,
I have been developing in Access 97 for a while now and now am starting to
use XP. The problem is, when i'm running my app in XP, if I go into
design view in XP then it closes all the other forms down so that when my
code tries to reference a form it crashes... Surely this can be turned off
somewhere, Does anyone know the answer. Access 97 allowed me to run
and debug and develop ALL while the other forms were running.

You can no longer develop on a system that is also in use. Development
requires exclusive use of the database. Other forms can be open, but only on
your own machine. If you've properly split the database so that each user
has the front-end on their workstation, this should not be a problem except
when making design changes to the tables on the server.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top