A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Locations of B/E files



 
 
Thread Tools Display Modes
  #1  
Old September 9th, 2009, 06:41 PM posted to microsoft.public.access.tablesdbdesign
Ricoy-Chicago
external usenet poster
 
Posts: 89
Default Locations of B/E files

Everything I have works fine, but relatively slow. I have:

Access XP, 18 users (School records)
7 B/E files with several tables each
Staff users add data daily to only one B/E
In the other six data is added by Management once every 2-3 months, they
provide the data needed by staff (staff can see this data but they cannot
change it) to complete students records
All B/E are in the server

This is what I want to try:

Leave the Main B/E at the server
everytime the user logs in, a new copy of the other 6 B/E files are copied
to the computer hard drive
link all the F/E files to the B/E in the users' computers instead of being
linked to the server

I need some input before I proceed, there about 40 F/E files... Is this a
good idea, is it going to speed access time?

I inhereted this mess, and since it ain't broken...
any comments will help
thank you
  #2  
Old September 9th, 2009, 08:04 PM posted to microsoft.public.access.tablesdbdesign
Dale Fye
external usenet poster
 
Posts: 2,651
Default Locations of B/E files

1. Why so many B/E files (I assume you mean individual .mdb files)? You
might want to consider consolidating some of these.

2. There are some advantages to keeping tables which are rarely changed on
a local computer. You could possibly check the LastUpdated property of each
of the tables in the Server and local B/E files to determine whether they
have been updated. If so, you delete the copy that is on the local database
and copy the one from the Server B/E file to the local B/E. LastUpdated
might not work for this (it only appears to track changes to the structure of
the table) so you might need to create your own custom database property to
track the date/time of the last change to each of the B/E tables.

3. Is this a good idea, will it speed things up? It depends on a variety
of circumstances, the most important of which are probably network speed and
amount of data in each of these tables. If you only have several hundred
records in each of these tables, probably not, but if you have tens of
thousands of records, then probably so. You also need to keep in mind that
the overhead of checking all of the BE tables and copying them to the local
computer could be a drawback, but if this only happens rarely, and you
provide some notification for your users that it is happening, the annoyance
can be minimal.

----
HTH
Dale



"Ricoy-Chicago" wrote:

Everything I have works fine, but relatively slow. I have:

Access XP, 18 users (School records)
7 B/E files with several tables each
Staff users add data daily to only one B/E
In the other six data is added by Management once every 2-3 months, they
provide the data needed by staff (staff can see this data but they cannot
change it) to complete students records
All B/E are in the server

This is what I want to try:

Leave the Main B/E at the server
everytime the user logs in, a new copy of the other 6 B/E files are copied
to the computer hard drive
link all the F/E files to the B/E in the users' computers instead of being
linked to the server

I need some input before I proceed, there about 40 F/E files... Is this a
good idea, is it going to speed access time?

I inhereted this mess, and since it ain't broken...
any comments will help
thank you

  #3  
Old September 9th, 2009, 09:13 PM posted to microsoft.public.access.tablesdbdesign
Ricoy-Chicago
external usenet poster
 
Posts: 89
Default Locations of B/E files



"Dale Fye" wrote:

1. Why so many B/E files (I assume you mean individual .mdb files)? You
might want to consider consolidating some of these.

yeah .. that's what I meant...

2. There are some advantages to keeping tables which are rarely changed on
a local computer. You could possibly check the LastUpdated property of each
of the tables in the Server and local B/E files to determine whether they
have been updated. If so, you delete the copy that is on the local database
and copy the one from the Server B/E file to the local B/E. LastUpdated
might not work for this (it only appears to track changes to the structure of
the table) so you might need to create your own custom database property to
track the date/time of the last change to each of the B/E tables.

3. Is this a good idea, will it speed things up? It depends on a variety
of circumstances, the most important of which are probably network speed and
amount of data in each of these tables. If you only have several hundred
records in each of these tables, probably not, but if you have tens of
thousands of records, then probably so. You also need to keep in mind that
the overhead of checking all of the BE tables and copying them to the local
computer could be a drawback, but if this only happens rarely, and you
provide some notification for your users that it is happening, the annoyance
can be minimal.

There are only a few hundred entries on them... however, the main mdb has
about 40K records...

I will keep looking... thank you
----
HTH
Dale



"Ricoy-Chicago" wrote:

Everything I have works fine, but relatively slow. I have:

Access XP, 18 users (School records)
7 B/E files with several tables each
Staff users add data daily to only one B/E
In the other six data is added by Management once every 2-3 months, they
provide the data needed by staff (staff can see this data but they cannot
change it) to complete students records
All B/E are in the server

This is what I want to try:

Leave the Main B/E at the server
everytime the user logs in, a new copy of the other 6 B/E files are copied
to the computer hard drive
link all the F/E files to the B/E in the users' computers instead of being
linked to the server

I need some input before I proceed, there about 40 F/E files... Is this a
good idea, is it going to speed access time?

I inhereted this mess, and since it ain't broken...
any comments will help
thank you

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.