Hi everyone

I'm trying to refer a data control in a form in which it is not actually placed. I have a main form, where all the data controls ( linking to the various tables) in the database are present.

1) Is it possible for me to bound textboxes and labels on other forms to these data controls on the main form.
2) is not using a different data control on every form going to improve performance or not.

Thanks everyone
PS I'm a beginner in VB.