M
Mark A. Sam
I have always used DAO which doesn't seem to work when I moved my db into an
Access Data Project. I just can't understand it and need help converting
this to ADO so that I can do a find on the table:
Dim rst As Recordset
Set rst = CurrentDb.OpenRecordset("Ads", dbOpenDynaset, dbSeeChanges)
Thanks for any help.
God Bless,
Mark A. Sam
Access Data Project. I just can't understand it and need help converting
this to ADO so that I can do a find on the table:
Dim rst As Recordset
Set rst = CurrentDb.OpenRecordset("Ads", dbOpenDynaset, dbSeeChanges)
Thanks for any help.
God Bless,
Mark A. Sam