I have a Form with SubForm .
how can i look for a certain record(main form) with all its related records(subform )
The easiest way is to use the Form Wizard to create one based on an updatable query built linking both tables.
Selecting individual items can be done with the main form's Filter property.
Comment