Access 2000, VB6 and datasource (Bug?) 
Author Message
 Access 2000, VB6 and datasource (Bug?)

After installing Access2000 the following problem occurs:

When I try to set a datasource in a textbox VB6 refuses to
compile with the message "Method or data member not found".

The "critical" code:

    rsTab.MoveFirst
    Text1.DataSource = rsTab

But, when I open old projects made before Access2000 (or Office2000)
there's no problem. All works fine BUT if I try to add a new textbox,
setting it's datasource, all stops when compiling.

This problem occurs accessing both Acc97 and Acc2000.

Can anyone help?

Mikael



Mon, 26 Aug 2002 03:00:00 GMT  
 Access 2000, VB6 and datasource (Bug?)
Do you have a reference set to the DAO object? (Project , References menu)


Quote:
> After installing Access2000 the following problem occurs:

> When I try to set a datasource in a textbox VB6 refuses to
> compile with the message "Method or data member not found".

> The "critical" code:

>     rsTab.MoveFirst
>     Text1.DataSource = rsTab

> But, when I open old projects made before Access2000 (or Office2000)
> there's no problem. All works fine BUT if I try to add a new textbox,
> setting it's datasource, all stops when compiling.

> This problem occurs accessing both Acc97 and Acc2000.

> Can anyone help?

> Mikael



Tue, 03 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Access 2000 - Error accessing file - vbe6.dll bug.

2. Bug- DataSource property and VB6- looking for confirmation

3. Bug- DataSource property and VB6- looking for confirmation

4. Convert Access 97 db to Access 2000 db in VB6

5. VB6/Access 97 app on computer running Access 2000

6. VB6/Access 97 app on computer running Access 2000

7. Access 2000 database in VB6 - no write access

8. display chinese using DAO 3.6/VB6 in accessing Access 2000 DB.

9. accessing Access 2000 Report using VB6 ADO

10. Docmd.applyfilter bug in Access 2000 SR1

11. Bug in DatePart function of Access 2000 VBA?

12. Access 2000 VBA: Bug in StrComp function!

 

 
Powered by phpBB® Forum Software