J
Jeff
Hi,
I have just upsized my Access MDB to ADP. The following lines work well in
MDB but get an error in ADP.
Dim dbObject As DAO.Database
Dim rstObject As DAO.Recordset
Set dbObject = CurrentDB
Set rstObject = dbObject.OpenRecordset(“MyTableâ€)
With rstObject
………
End With
I know I have to use ADO instead of DAO, Can anyone tell me how to re-write
these codes? Thanks
I have just upsized my Access MDB to ADP. The following lines work well in
MDB but get an error in ADP.
Dim dbObject As DAO.Database
Dim rstObject As DAO.Recordset
Set dbObject = CurrentDB
Set rstObject = dbObject.OpenRecordset(“MyTableâ€)
With rstObject
………
End With
I know I have to use ADO instead of DAO, Can anyone tell me how to re-write
these codes? Thanks