Find a subform row

  • Thread starter Thread starter johnb
  • Start date Start date
J

johnb

Hi all
I'm using AccessXP. I have a supplier form with a details
subform. I can find any supplier and populate the main
form and subform with details. A supplier can have
hundreds of rows in the subform which is in form view.
How do I find a particular row on the subform? I've
looked on KB without success. This must be documented
somewhere. But where? Help thankfully received.

TIA johnb
 
Hi all
I'm using AccessXP. I have a supplier form with a details
subform. I can find any supplier and populate the main
form and subform with details. A supplier can have
hundreds of rows in the subform which is in form view.
How do I find a particular row on the subform? I've
looked on KB without success. This must be documented
somewhere. But where? Help thankfully received.

TIA johnb

look in the help file:
FindFirst, FindLast, FindNext, FindPrevious Methods Example
 
Back
Top