Joel,
It sounds like you already know how to unsplit the database and that your
performance problems got worse when you did so. Let me suggest that you take
a look at Tony Toews' website to see if you can see something there that
might be causing your slow performance.
http://www.granite.ab.ca/access/performancefaq.htm
One of the things that I would point out is that Tony, and all MVP's, will
ALWAYS recommend that you work from a split database, despite the problems
in updating the frontend to individual computers. If your performance
problem is connected with the splitting of the database, it is likely due to
the lack of a persistent connection, which Tony covers on his website.
--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security:
www.ltcomputerdesigns.com/Security.htm
Joel said:
Thanks for your thoughts
Before I split the data base we had very good performance accross the
network from one large database. After I did the split it take a long time
to access any information. Plus it gets confusing when doing updates to
each workstation for the main forms.