
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