data from main form to subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I populate my subform by entering matching data into the main form. This is
done by using the Master and Child fiels properties of the subform. Good!

However I also want to past different data from the main form to the subform
and after reading the posts they all suggest doing the same Master and Child
Field properties please help.

I found out that both cannot be done on the same form.

Please help
 
I populate my subform by entering matching data into the main form. This is
done by using the Master and Child fiels properties of the subform. Good!

However I also want to past different data from the main form to the subform
and after reading the posts they all suggest doing the same Master and Child
Field properties please help.

Why?

Storing data redundantly is almost NEVER a good idea.

You can do it, programmatically in VBA, but before I post code I'd
like to be sure I wouldn't be giving you the tools to do something
you'll regret doing!

John W. Vinson[MVP]
 

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

Back
Top