Moving to Specific Record

G

Guest

I wish to search a form that contains certain data in a subform. I can search
for the correct record identifier (not the forms recordset ID) and tried to
perform a "seek" using the command

me.recordset.seek "=", ResultantEventID

but an error is returned stating the method is not available for this
object. The recordset is a query based on an ODBC data connection.

Is there a way to move to the form's record where the recordset's field name
"EventID" is equal to the resultant value? The form's recordset is not
ordered by EventID.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top