Split database

  • Thread starter Thread starter LG
  • Start date Start date
L

LG

I have split my database to have a FE and BE. I have also added securities
but, now I find that when opening it is a lot slower. Is there a fix for
this? Also, when the switchboard opens it shows the tables first while the
hour glass is in the screen and than brings up the switchboard a few seconds
later. Any ideas?
I have one more question- I built a macro to close the database up on exit
and went to design view of the switchboard and changed the properties to use
the code but it says it is invalid an unable to process.
Thanks in advance for any assitance.
 
I have split my database to have a FE and BE. I have also added securities
but, now I find that when opening it is a lot slower.

I fixed this problem once by opening a hidden form that is bound to a linked
table when I opend the frontend. This maintained a constant connection to the
backend that sped things up. Try this?
 
Back
Top