473,503 Members | 1,633 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Missing Tables - Access 2000

Hello folks. I have a database with about 10 users. On startup of the
front end (Which holds some tables, macros, forms) I am running a macro
that deletes a couple tables and imports replacements from the back
end, so I can update employee lists at the back end instead of on each
users machine.
What's happening is about once a week or so (3 times so far this week)
my users will try to load their front end and one of those tables is
just plain missing, which throws error messages and halts everything
since the macro can't find the table to delete.
I've got four different databases used for different purposes, but all
of them do pretty much the same thing on startup, but it's only an
issue on this one. Anybody have any ideas what would cause this,
beyond user error (which is certainly a possibility.)?

Nov 13 '05 #1
2 1732
<cm*******@rccl.com> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...
Hello folks. I have a database with about 10 users. On startup of the
front end (Which holds some tables, macros, forms) I am running a macro
that deletes a couple tables and imports replacements from the back
end, so I can update employee lists at the back end instead of on each
users machine.
What's happening is about once a week or so (3 times so far this week)
my users will try to load their front end and one of those tables is
just plain missing, which throws error messages and halts everything
since the macro can't find the table to delete.
I've got four different databases used for different purposes, but all
of them do pretty much the same thing on startup, but it's only an
issue on this one. Anybody have any ideas what would cause this,
beyond user error (which is certainly a possibility.)?

Why do you bother doing this at all? Normally you should store all the data
in the backend and have linked tables in the front end which link to the
real back end data. The only time you might decide to have local tables is
to try and get a performance improvement when the data is very static. Even
then you have to weigh that against the hit you take in keeping the tables
synchronised. By what you state, you seem to have lost any advantage and
should scrap the local tables.
You will also find that there is not much discussion of macros here as vba
coding gives you far more flexibility in areas such as error-handling so if
a table was missing appropriate action could be taken rather than everything
grinding to a halt.



Nov 13 '05 #2
I bothered doing it this way because when I was originally designing it
I was fairly new to Access. Since then I just hadn't given it a whole
lot of thought until this started happening. I see your point about
the linked tables, which makes more sense than what I'm currently
doing. Thanks for shedding some light on me.

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
5343
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available...
2
1332
by: RingTone | last post by:
SQL Server 2000/Access 2000 linked tables PK = FLOOR/DESK NO/TYPE A User has complained about seeing data below simply by scrolling through the attached table, the data is there when you look at...
5
2784
by: Neil | last post by:
I'm running Access 2000 with a SQL 7 back end, using ODBC linked tables in an MDB file. The db is used by about 30 users on a LAN, and an additional 10 or so on a WAN. Recently, one of the WAN...
3
2725
by: NEWSGROUPS | last post by:
I am in the midst of trying to convert about 25 Access 2000 to Access 2003. The new environment consists of Office/Access 2003 and Outlook 2003. When converting the back ends I have no problems....
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7332
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4673
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
382
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.