S
Sam Stark
What's the easiest way to recombine a previously split database? I want to
test speed on the network split and combined.
test speed on the network split and combined.
objects one group at a time, ie. all queries, then all forms, then all reports, etc. The ImportGet External Data > Import... Navigate to your front-end database. I recommend importing
Sam Stark said:What's the easiest way to recombine a previously split database? I want to
test speed on the network split and combined.
Tony Toews said:Sam Stark said:What's the easiest way to recombine a previously split database? I want to
test speed on the network split and combined.
Performance problems?
The three most common performance problems in Access 2000 are:
- LDB locking which a persistent recordset connection or an always
open bound form corrects (multiple users)
- sub datasheet Name property set to [Auto] should be [None]
- Track name AutoCorrect should be off
For more information on these, less likely causes, other tips and
links to MS KB articles visit my Access Performance FAQ page at
http://www.granite.ab.ca/access/performancefaq.htm
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Sam Stark said:Thanks. Just want to experiment after 3 years away from Access Development
and new networks XP Pro/Server 2003. I'm using 97. Don't believe
problems 2 & 3 apply to Access97.
I've always gotten around the LDB
issue by using an irrelevant bound table and invisible bound field on the
main switchboard.