E
emiel.alkemade
hello,
I splitted my mdb and got stuck with the following declarations and
index setting:
in my original mdb i did the following :
1 - Public pDb As DAO.Database
2 - Public pRstPers As DAO.Recordset
3 - Set pDb = CurrentDb
4 - Set pRstZoek = pDb.OpenRecordset("tblPERSZOEK", dbOpenTable)
5 - pRstZoek.Index = "PrimaryKey"
with the mdb back end :
the first error occurs at line 4 -> dbOpentable
after removing that
the second error occurs at line 5 (of course ir is not supported
without dbOpentable)
how do I solve this problem?
please let me know.
I splitted my mdb and got stuck with the following declarations and
index setting:
in my original mdb i did the following :
1 - Public pDb As DAO.Database
2 - Public pRstPers As DAO.Recordset
3 - Set pDb = CurrentDb
4 - Set pRstZoek = pDb.OpenRecordset("tblPERSZOEK", dbOpenTable)
5 - pRstZoek.Index = "PrimaryKey"
with the mdb back end :
the first error occurs at line 4 -> dbOpentable
after removing that
the second error occurs at line 5 (of course ir is not supported
without dbOpentable)
how do I solve this problem?
please let me know.