473,657 Members | 2,534 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access 2000 app not working on winxp

Hi

I have an access app that runs fine on access 2000 on a windows 2000 pc. I
installed access 2000 on a second win xp pro pc with ms office xp small
business already installed. When I run the app on this pc and try to
add/delete records and then move around I get an 'Object invalid or not set'
error. The offending line is me.requery. me in this case is a form that
contains a couple of subforms. Any ideas what the problem is? Could it be a
conflict between access 2000 and office xp small business or may be win xp
pro?

Thanks

Regards
Nov 12 '05 #1
3 1759
I would guess, a missing reference and nothing to do with the OS.

Pavel

John wrote:

Hi

I have an access app that runs fine on access 2000 on a windows 2000 pc. I
installed access 2000 on a second win xp pro pc with ms office xp small
business already installed. When I run the app on this pc and try to
add/delete records and then move around I get an 'Object invalid or not set'
error. The offending line is me.requery. me in this case is a form that
contains a couple of subforms. Any ideas what the problem is? Could it be a
conflict between access 2000 and office xp small business or may be win xp
pro?

Thanks

Regards

Nov 12 '05 #2
The form opens fine the first time. When I move to second tab and delete or
add a record on the sub form and then switch back to first tab I get the
error. This problem is only on two winxp/officexp sb machines. Both machines
are brand new. No error comes on win2000/office2000 machines. If after
adding a record on second tab I quit access and then open the form again on
the first tab no error. It has something to do with adding/deleting records
on a subform on tab 2. Not sure what. Could it be a DAO issue?

Thanks

Regards

"Pavel Romashkin" <pa************ *@hotmail.com> wrote in message
news:3F******** *******@hotmail .com...
I would guess, a missing reference and nothing to do with the OS.

Pavel

John wrote:

Hi

I have an access app that runs fine on access 2000 on a windows 2000 pc. I installed access 2000 on a second win xp pro pc with ms office xp small
business already installed. When I run the app on this pc and try to
add/delete records and then move around I get an 'Object invalid or not set' error. The offending line is me.requery. me in this case is a form that
contains a couple of subforms. Any ideas what the problem is? Could it be a conflict between access 2000 and office xp small business or may be win xp pro?

Thanks

Regards

Nov 12 '05 #3
It is difficult to provide a solution based on such a general
description. Are the forms using code or just purely bound? One thing
you may want to try is, look at the references. What is the order of
references? Is DAO referenced? Is it bafore or after ADO? Are Recordset
objects defined explicitly?
Lines like

Dim Rst as Recordset

are the typical cause of grief becasuse ADO is usually referenced first
in newer installations, and developers assumed DAO when Rst was defined.

Pavel

John wrote:

The form opens fine the first time. When I move to second tab and delete or
add a record on the sub form and then switch back to first tab I get the
error. This problem is only on two winxp/officexp sb machines. Both machines
are brand new. No error comes on win2000/office2000 machines. If after
adding a record on second tab I quit access and then open the form again on
the first tab no error. It has something to do with adding/deleting records
on a subform on tab 2. Not sure what. Could it be a DAO issue?

Thanks

Regards

"Pavel Romashkin" <pa************ *@hotmail.com> wrote in message
news:3F******** *******@hotmail .com...
I would guess, a missing reference and nothing to do with the OS.

Pavel

John wrote:

Hi

I have an access app that runs fine on access 2000 on a windows 2000 pc. I installed access 2000 on a second win xp pro pc with ms office xp small
business already installed. When I run the app on this pc and try to
add/delete records and then move around I get an 'Object invalid or not set' error. The offending line is me.requery. me in this case is a form that
contains a couple of subforms. Any ideas what the problem is? Could it be a conflict between access 2000 and office xp small business or may be win xp pro?

Thanks

Regards

Nov 12 '05 #4

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

Similar topics

0
2005
by: Neil Sargent | last post by:
This is a general posting of how I fixed a problem created by using the Access 97 ODE Setup Wizard on a Windows XP machine. I hope it helps anyone who comes across the problem saves them the 3 days its taken me to sort out. The application generates the following error: "Incompatible version of the RPC stub" This occurs when trying to run Outlook to send an email. However I expect it would occur for any operation which uses...
18
3069
by: Mark P | last post by:
I have a bit of vb code that uses Tables.Append to programatically link tables from Oracle and DB2 datasources. The problem I am having on some client machines is that the link will take anywhere from 1 to 3 minutes to link the table. When I manually link the tables,through Access, it takes no time at all. Note that only certain client have the problem, and the problem will sometimes go away. These clients will usually get an ODBC Call...
11
2263
by: stu | last post by:
I have several databases that are opened using various versions of Access and VB. Up till recently everything worked fine, then I started getting a variety of lock file error messages, both on my PC and other computers (both Win2k and WinXP). After a lot of testing I found that if the database was opened by Access 2.0 (or a VB3 16 bit application), and then subsequently a Access 2000 (or VB6 32 bit application) opened the database, then...
1
1875
by: Steph | last post by:
Hi Everyone! Hope someone has some ideas...here's my problem: 1) Have an Access 2000 database front end to a SQL Server 2000 database. 2) It used to work fine on all company PCs. The PCs had Windows 2000. 3) We upgraded some PCs to Windows XP - and now cannot open the database from those machines.
47
4515
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small company and this is a big decision for us(!) It's not just the money it's committing to an new version of Access!
33
2795
by: Steve | last post by:
One of our clients recently upgraded their Office version to 2003. When they tried to run our program (written in Access 2000), they ended up with the wrong data. My coworker and I have tested this problem and found that it ONLY occurs on Windows XP machines running Office 2003. The problem ends up being that ONE 1-to-1 join in ONE query within the application does not perform as a 1-to-1 join. It acts as though there is no join at all....
43
4228
by: James Stewart | last post by:
If I were to begin creating a fairly simple database, i.e. a datasheet that would include two related tables to create an encyclopedic style database and then create some fairly indepth forms to filter and query the info in the database, would there be any great advantage to upgrading from Access97 to a later version?
21
2413
by: Bigpond News | last post by:
Work at a large site - 1000+ PC's. Mixture of Win98 & WinXP. Majority of applications using Access 97. If I compile the Acc97 application on a Win98 PC, the .mde will run perfectly on both Win98 and WinXP PC's. However, if I compile on a WinXP PC, the application doesn't run correctly on Win98 PC's. While I guess a Windows issue, does anyone know the offending files and even better, how to resolve it ? Otherwise I need to...
37
3721
by: Allen Browne | last post by:
If you develop for others, you probably have multiple versions of Access installed so you can edit and create MDEs for clients in different versions. This works fine under Windows XP, even with Access 2007 installed. It does *not* work under Windows Vista Ultimate. After running Access 2007, when you open an earlier version of Access, no code works, because the references are fouled up. And Access 97 does not work at all. Access should...
0
8324
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
8842
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...
1
8516
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7353
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
6176
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
5642
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
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
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
2
1733
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.