G
Guest
I have a main that has a tab control on it. The first tab holds the main
form controls for the main table (the one). On another tab there is a
subform that is a many to the one. On the subform (or table) there is a
field of data the user would like to show on the main tab. The field is the
number of hours a person worked on a project. The total number depends on
whether a corresponding checkbox is checked or not to indicate it is time
(hours) to add into the field on the main tab. The main tab field is
"ActualHours" and the subform field is "Hours" and checkbox on subform is
"Billable".
Where I am lost is how do I get the specific info from the subform (or
table) to the mainform control. So I ask for assistance on this matter and
thanks for responding.
.... john
form controls for the main table (the one). On another tab there is a
subform that is a many to the one. On the subform (or table) there is a
field of data the user would like to show on the main tab. The field is the
number of hours a person worked on a project. The total number depends on
whether a corresponding checkbox is checked or not to indicate it is time
(hours) to add into the field on the main tab. The main tab field is
"ActualHours" and the subform field is "Hours" and checkbox on subform is
"Billable".
Where I am lost is how do I get the specific info from the subform (or
table) to the mainform control. So I ask for assistance on this matter and
thanks for responding.
.... john