Binding a control...

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

This is a really dumb question, but i have a form that is
binded to a table. All the controls are binded to thier
respected control. I have on control that needs to be
binded to a field in another table. How is this done?

Thanks, Mike
 
Hi Mike,

Create a form bound to the other table with the fields you want to show.
Then, insert a subform object on the main form with the new form as the
Source Object (subform properties). Also within the subform properties, use
the Link Master Fields and Link Child Fields to identify the common fields
within in the tables bound to each form.


Hope this helps,
- Glen
 
Back
Top