Move to First Record on Sub Form

  • Thread starter Thread starter Ken Hudson
  • Start date Start date
K

Ken Hudson

I have a sub form that uses a query to retrieve records. When I select a
primary key record from the main form, the appropriate record set is
retrieved on the sub form. I then navigate to the third record in the sub
form.
If I then select another primary key from the main form, the sub form opens
to the third records of that data set.
How do I code an event to open the data set to the first record?
 
Back
Top