I have called a form from a procedure using DoCmd.openform and in the newly opened form on the OPEN event, I want to go to a specific record, so I use the following code:
Dim rs as recordset
set rs=me.recordset
rs.findfirst "fieldname = value etc
but I get the message method or data memeber not found. Can anyone please help.
I have access 2000
Dim rs as recordset
set rs=me.recordset
rs.findfirst "fieldname = value etc
but I get the message method or data memeber not found. Can anyone please help.
I have access 2000