473,624 Members | 2,447 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Missing Records in Linked Table

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 users complained of intermittently not being able
to find certain customers in the customers table (contains around 40,000
records). There are specific "problem records" of customers that can't be
found, and they all start with the letter "F" (the table has a numeric
customer ID as its primary key).

For these three or four customers that have been identified so far as
problem records, the customer exists in the customer list (a drop-down based
on a front-end table), but, when trying to go to the record, are told that
the record's not found.

Similarly, when the user searches for one of these problem records using the
custom search function, which searches the linked tables, the search
function says the record cannot be found.

Note that this is an intermittent problem with this single WAN user, and no
other users (on WAN or LAN are having this problem).

Any ideas about what might be causing it, or what can be done to this single
user's machine to alleviate the problem?

Thanks!

Neil
Aug 6 '07 #1
5 2795
On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam. netwrote:

WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).

-Tom.

>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 users complained of intermittently not being able
to find certain customers in the customers table (contains around 40,000
records). There are specific "problem records" of customers that can't be
found, and they all start with the letter "F" (the table has a numeric
customer ID as its primary key).

For these three or four customers that have been identified so far as
problem records, the customer exists in the customer list (a drop-down based
on a front-end table), but, when trying to go to the record, are told that
the record's not found.

Similarly, when the user searches for one of these problem records using the
custom search function, which searches the linked tables, the search
function says the record cannot be found.

Note that this is an intermittent problem with this single WAN user, and no
other users (on WAN or LAN are having this problem).

Any ideas about what might be causing it, or what can be done to this single
user's machine to alleviate the problem?

Thanks!

Neil
Aug 7 '07 #2
Tom,

Access client applications on the user's machines have worked for me, all
the way back to Access 2.0, via ODBC linked tables to server DBs on a WAN.
Performance can be a problem if there are very slow links (one company had
very slow response when multiple users at remote locations were connected by
256KB leased line, but response was acceptable to the users when they
upgraded to a T-1 connection).

I certainly don't recommend a split Access - Jet database across a WAN, but
some have reported even that was (at least minimally) acceptable for
occasional connections (The thought that came to my mind was "for very
patient users, perhaps." <GRIN>)

Larry Linson
Microsoft Access MVP
"Tom van Stiphout" <no************ *@cox.netwrote in message
news:4v******** *************** *********@4ax.c om...
On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam. netwrote:

WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).

-Tom.

>>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 users complained of intermittently not being able
to find certain customers in the customers table (contains around 40,000
records). There are specific "problem records" of customers that can't be
found, and they all start with the letter "F" (the table has a numeric
customer ID as its primary key).

For these three or four customers that have been identified so far as
problem records, the customer exists in the customer list (a drop-down
based
on a front-end table), but, when trying to go to the record, are told that
the record's not found.

Similarly, when the user searches for one of these problem records using
the
custom search function, which searches the linked tables, the search
function says the record cannot be found.

Note that this is an intermittent problem with this single WAN user, and
no
other users (on WAN or LAN are having this problem).

Any ideas about what might be causing it, or what can be done to this
single
user's machine to alleviate the problem?

Thanks!

Neil

Aug 7 '07 #3
And yet I use it, and it works fine. Imagine that!

"Tom van Stiphout" <no************ *@cox.netwrote in message
news:4v******** *************** *********@4ax.c om...
On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam. netwrote:

WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).

-Tom.

>>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 users complained of intermittently not being able
to find certain customers in the customers table (contains around 40,000
records). There are specific "problem records" of customers that can't be
found, and they all start with the letter "F" (the table has a numeric
customer ID as its primary key).

For these three or four customers that have been identified so far as
problem records, the customer exists in the customer list (a drop-down
based
on a front-end table), but, when trying to go to the record, are told that
the record's not found.

Similarly, when the user searches for one of these problem records using
the
custom search function, which searches the linked tables, the search
function says the record cannot be found.

Note that this is an intermittent problem with this single WAN user, and
no
other users (on WAN or LAN are having this problem).

Any ideas about what might be causing it, or what can be done to this
single
user's machine to alleviate the problem?

Thanks!

Neil

Aug 7 '07 #4
On Tue, 07 Aug 2007 04:48:32 GMT, "Larry Linson"
<bo*****@localh ost.notwrote:

For a moment I thought the OP was using an MDB over a WAN, but no, he
clearly states SQL Server 7. I wonder if the problem user has the
same version of the ODBC drivers and Office and Jet.
Could it be that the problem records are especially wide, perhaps with
varchars that are more fully populated, or memo fields?

-Tom.

>Tom,

Access client applications on the user's machines have worked for me, all
the way back to Access 2.0, via ODBC linked tables to server DBs on a WAN.
Performance can be a problem if there are very slow links (one company had
very slow response when multiple users at remote locations were connected by
256KB leased line, but response was acceptable to the users when they
upgraded to a T-1 connection).

I certainly don't recommend a split Access - Jet database across a WAN, but
some have reported even that was (at least minimally) acceptable for
occasional connections (The thought that came to my mind was "for very
patient users, perhaps." <GRIN>)

Larry Linson
Microsoft Access MVP
"Tom van Stiphout" <no************ *@cox.netwrote in message
news:4v******* *************** **********@4ax. com...
>On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam. netwrote:

WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).

-Tom.

>>>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 users complained of intermittently not being able
to find certain customers in the customers table (contains around 40,000
records). There are specific "problem records" of customers that can't be
found, and they all start with the letter "F" (the table has a numeric
customer ID as its primary key).

For these three or four customers that have been identified so far as
problem records, the customer exists in the customer list (a drop-down
based
on a front-end table), but, when trying to go to the record, are told that
the record's not found.

Similarly, when the user searches for one of these problem records using
the
custom search function, which searches the linked tables, the search
function says the record cannot be found.

Note that this is an intermittent problem with this single WAN user, and
no
other users (on WAN or LAN are having this problem).

Any ideas about what might be causing it, or what can be done to this
single
user's machine to alleviate the problem?

Thanks!

Neil
Aug 7 '07 #5
The machines are both using Access v. 9.0.0.6620, Jet 4.0.8618.0, and SQL
driver version 2000.85.1117.0. So I don't think it's a version issue (I'm
not checking their version of Office, itself, just Access).

Also, I looked at the data for one of the problem records, and all the
data's pretty short. There are two memo fields that contain 421 characters
and 252 characters. So that doesn't appear to be it.

Thanks,

Neil
"Tom van Stiphout" <no************ *@cox.netwrote in message
news:ot******** *************** *********@4ax.c om...
On Tue, 07 Aug 2007 04:48:32 GMT, "Larry Linson"
<bo*****@localh ost.notwrote:

For a moment I thought the OP was using an MDB over a WAN, but no, he
clearly states SQL Server 7. I wonder if the problem user has the
same version of the ODBC drivers and Office and Jet.
Could it be that the problem records are especially wide, perhaps with
varchars that are more fully populated, or memo fields?

-Tom.

>>Tom,

Access client applications on the user's machines have worked for me, all
the way back to Access 2.0, via ODBC linked tables to server DBs on a WAN.
Performance can be a problem if there are very slow links (one company had
very slow response when multiple users at remote locations were connected
by
256KB leased line, but response was acceptable to the users when they
upgraded to a T-1 connection).

I certainly don't recommend a split Access - Jet database across a WAN,
but
some have reported even that was (at least minimally) acceptable for
occasional connections (The thought that came to my mind was "for very
patient users, perhaps." <GRIN>)

Larry Linson
Microsoft Access MVP
"Tom van Stiphout" <no************ *@cox.netwrote in message
news:4v****** *************** ***********@4ax .com...
>>On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam. netwrote:

WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).

-Tom.
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
additiona l
10
or so on a WAN.

Recently, one of the WAN users complained of intermittently not being
able
to find certain customers in the customers table (contains around 40,000
records). There are specific "problem records" of customers that can't
be
found, and they all start with the letter "F" (the table has a numeric
customer ID as its primary key).

For these three or four customers that have been identified so far as
problem records, the customer exists in the customer list (a drop-down
based
on a front-end table), but, when trying to go to the record, are told
that
the record's not found.

Similarly , when the user searches for one of these problem records using
the
custom search function, which searches the linked tables, the search
function says the record cannot be found.

Note that this is an intermittent problem with this single WAN user, and
no
other users (on WAN or LAN are having this problem).

Any ideas about what might be causing it, or what can be done to this
single
user's machine to alleviate the problem?

Thanks!

Neil


Aug 7 '07 #6

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

Similar topics

3
1916
by: Oren | last post by:
Hi, I have an Access application with linked tables via ODBC to MSSQL server 2000. Having a weird problem, probably something i've done while not being aware of (kinda newbie). the last 20 records (and growing)of a specific table are locked - cant change them - ("another user is editing these records ... ").
2
2615
by: David | last post by:
Hi, I have an order form which has a field 'ProductID'. This form has a button on each record to open a new form linked by ProductID. This new form is a continuous form and obviously, only displays the records associated with that ProductID. Basically this is part of a Product Packing Pick System. From my products table, each product has a set default amount of items which
3
1830
by: Rashapoo | last post by:
I have just completed a basic course in Access. I have some relational b/g in DB2 and Cobol. I have a question my instructor couldn't answer (or maybe I didn't explain myself) I design a simple form that has data from one table. When I open this form to display data, are all matching records retrieved into memory rightaway even though only 1 record is displayed? So when I use navigation keys to move forward (or back) is data being...
2
2413
by: csgraham74 | last post by:
Hello, im using MS Access as a front end to link to MYSQL. although this is possibly an Access issue i thought someone would be able to help me. the error message "ODBC--insert on a linked table 'tablname' failed" is displayed when i attempt to insert records to the MYSQL table. Does anyone know of a way round this ?? im using the most recent MYSQL driver and i have only text fields in my insert statement.
4
2207
by: sparks | last post by:
I am trying to fix a database that someone did about 4 yrs ago in access97. The main table just contains demographics and is on the main form of the database. It has a subform on a tab that contains the other information. it is set 1 to 1 in the relationships. simplify if I can
6
2767
by: gerbski | last post by:
Hi all, I am relatively new to ADO, but up to now I got things working the way I wanted. But now I've run into somethng really annoying. I am working in MS Access. I am using an Access frontend separately from a backend. The tables from the backend database are linked in the frontend database. In the frontend there is a Form with a listbox in it. The listbox rowsource is a query that selects all the records from a (linked)
3
8061
by: wvmbark | last post by:
First time poster... I just found this forum and it appears there's plenty of people here that could make short work of problem that's been driving me absolutely bonkers for months. Every day we incur numerous service problems “Events”. Each morning we have a global conference call where events which occurred within the previous 24 hours are discussed. Prior to the call, an analyst has to review these events and provide a report, ‘The Morning...
13
2637
by: Charlotte | last post by:
Hi, i've googeled to find a asp-script that can compare all the records in two different access databases the mdb's have exactly the same tables what i want is that (the output) all the differences comes in a html-table in a webpage can anybody help me, are give me a example ? thanks
6
4083
by: scott.tang | last post by:
I'm experiencing a very strange problem. My application is MS Access front-end and MS SQL server back-end database. I have a SQL statement that deletes records from a table after an export process. The problem is occasionally when the delete statement is executed, these records no longer display on List Box (not even in the MS Access link table). But when close and reopen the form, those records reappear. It almost like MS SQL server...
0
8168
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8672
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7153
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6107
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5561
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4075
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2603
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1474
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.