Karljuergen
Programmer
Hi
I'm migrating from Access 97 to Access 2000, and experiencing some difficulties.
In particular, the following code (in preparation for a simple loop through)
Dim LRst As Recordset
...
Set LRst = CurrentDB.OpenRecordset("Table"
which worked fine in Access 97, gives a type mismatch. Specifying all the optional parameters doesn't seem to make any difference. Searched help all day and got nowhere.
Any assistance would be appreciated.
K
I'm migrating from Access 97 to Access 2000, and experiencing some difficulties.
In particular, the following code (in preparation for a simple loop through)
Dim LRst As Recordset
...
Set LRst = CurrentDB.OpenRecordset("Table"
which worked fine in Access 97, gives a type mismatch. Specifying all the optional parameters doesn't seem to make any difference. Searched help all day and got nowhere.
Any assistance would be appreciated.
K