splitting database

A

Afsaneh

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?
 
J

Jeff Boyce

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.
 
A

Afsaneh

I think the BE's location is the problem which is
"\\backupsrv\File_Service\Mali\nezarat-bar-khadamat\Amval".
it dos'nt relate to the number of record it retrieves because it is a search
form and dos'nt have any record source at first.am I right?
 
J

Jeff Boyce

I'd certainly follow up on the lead Allen provided.

Yes, if the search form is unbound intially, and only bound after a search
criteria is set...

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
 

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