View Single Post
  #3  
Old February 2nd, 2010, 03:58 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default splitting database

In addition to the lead Allen offers to Tony's list, here are two causes I
ran into:

1) a network-based anti-virus program was updated and it "took offense"
at how Access accessed the back-end data.
2) a front-end form that loads ALL the related records will take longer
after you move the related records. If your form is designed this way (all
records), consider modifying it to pull only a single record at a time.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Afsaneh" wrote in message
news
I have splitted my database into 2 files . one containing tables which is
placed in a server and the other containig forms, reports and queries that
each client has a copy of it. the problem is opening forms takes time
although there are still few information enterd. what aspects should I
check
to diminish the delay?