N
Niels
Hello Bish,
thanks for your comment ...
Well I use Access 97 and it seems to me that the Form have
no property named "Recordset".
It i try to change the recordset with the following code
Dim db As Database
Dim rs As DAO.Recordset
Set db = CurrentDb
Set rs = db.QueryDefs("Abfrage1").OpenRecordset
Me.Recordset = rs
I get a error message because Me.Recordset wasn't
availible.
Do you have an code snipplet for Access 97 please ?
Thanks in advance for your help.
Niels
thanks for your comment ...
Well I use Access 97 and it seems to me that the Form have
no property named "Recordset".
It i try to change the recordset with the following code
Dim db As Database
Dim rs As DAO.Recordset
Set db = CurrentDb
Set rs = db.QueryDefs("Abfrage1").OpenRecordset
Me.Recordset = rs
I get a error message because Me.Recordset wasn't
availible.
Do you have an code snipplet for Access 97 please ?
Thanks in advance for your help.
Niels