Front-end/Back-end Performance Help

S

Steve Schacher

I am trying to split a database to try to enhance performance
over a network. I read prior posts and some of the linked FAQ's and
tips, but I'm probably still not doing something right.

I have a database with only a few hundred records in each table (many
related tables). The thing is, I have several users in California and
several users in Manila that I'm trying to deploy the database app to.
The database is in California; Manila users access it over the company
network. Originally, they ran from the MDB in California.

I tried splitting into a front-end and back-end MDB. The back-end is
on the network, the front-end I emailed to a user in Manila and he
copied it onto his desktop.

Even when a user clicks on a combo box that is populated from a table
with only a dozen records, my performance hangs. I'm not sure what I'm
not doing right, since I built the system with mostly wizards, with
tweaked code where needed. The tables I built by hand. My expertise is
in SQL, not VB (or VBA), so I don't know if there is any housekeeping
code that I need.

Any suggestions?

Steve Schacher
 

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