How do I create a macro to carry forward values from a subform?

G

Guest

I am trying to create a form that has a subform that calculates total hours
for jobs. I would like to take the subtotal of the work performed and
transfer it to the main form, where it would be then transfered into a Table.
Is this even capable of being done?
 
G

Guest

Create a text box on the main form. The control source should be something
like

Forms![NameOfMainForm]![NameOfSubForm].Form![TotalHoursSFBox]
 

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