Adjusting view subform

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
 
B

Bas Cost Budde

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)
 

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