T
T.
Hi every one, I hope this is the right place to post this. Here is the
situation...I had originally developed a system that tracks all new homes
being constructed in a city. I store Builder information, Address
information and lots of other things. Everything ran very well with a split
backend and frontend. Now all the other offices in my company are using the
same system and we have one central backend for everyone that is on the
network. The problem that I am having is that because the amount of data
that is in all the tables now is so large it is taking FOREVER to open up
any of the forms bound to a table.
I have a login in process that stores the username in a global variable and
then I use that to derive information in the forms so that each office can
only see their data. I know that I am only fudging this and that all the
data has to pulled from the table this way. What I think that I need to do
is have a Make Table query get all the information out of the main tables
and run the forms off of them. Then use an Update Query?? to save any
changes made back in the main table and then when the system closes clean
out all the temp tables.
I have never worked on something like this before so I am having a few
problems and as there could be any number of people logged into the BE I
don't know how the if the temp tables would work properly.
Can anyone give me some direction on this??
Many TIA,
T.
situation...I had originally developed a system that tracks all new homes
being constructed in a city. I store Builder information, Address
information and lots of other things. Everything ran very well with a split
backend and frontend. Now all the other offices in my company are using the
same system and we have one central backend for everyone that is on the
network. The problem that I am having is that because the amount of data
that is in all the tables now is so large it is taking FOREVER to open up
any of the forms bound to a table.
I have a login in process that stores the username in a global variable and
then I use that to derive information in the forms so that each office can
only see their data. I know that I am only fudging this and that all the
data has to pulled from the table this way. What I think that I need to do
is have a Make Table query get all the information out of the main tables
and run the forms off of them. Then use an Update Query?? to save any
changes made back in the main table and then when the system closes clean
out all the temp tables.
I have never worked on something like this before so I am having a few
problems and as there could be any number of people logged into the BE I
don't know how the if the temp tables would work properly.
Can anyone give me some direction on this??
Many TIA,
T.