Adjusting view subform

  • Thread starter Thread starter Filip Neyt
  • Start date Start date
F

Filip Neyt

Hello,

I have a combobox where I select a product. On the form I have a subform,
based on a query, which shows some fields of the product. When a product is
selected, I 'd like to see it in the subform (if possible on the first
recordline).
How should I do this?

Thanks in advance.

Filip Neyt
 
Filip said:
Hello,

I have a combobox where I select a product. On the form I have a subform,
based on a query, which shows some fields of the product. When a product is
selected, I 'd like to see it in the subform (if possible on the first
recordline).
How should I do this?

Set the LinkMasterFields/LinkChildFields of the subform control to
create the link between the combobox (in Master) and the corresponding
field in the subform (in Child)
 
Back
Top