T
tmdrake
I have a form with 4 comboboxes (ProjectID, DisciplineName, SectionNumber and
LastName) where the user can select from any or multiple boxes, hit select
and the results display in a subform (this works fine). Once the results are
displayed the user can double click on any one of the fields (named same as
comboboxes) and another form appears giving more detailed information for the
field. In that detailed information there is a field for Week Ending,
Projected Man Hours and Actual Man Hours.
How do I code the select button that when the user clicks after making
selections from the one or multiple comboboxes the Total Projected Man Hours
and the Acutal Man Hours are summed and displayed in 2 different txt boxes on
the Main Form.
Secondly, what code would I use that when a records is double clicked on in
the subform, the user is asked to enter a Start Date and End Date and this
information is automatically exported to a Excel Spreadsheet.
I really hope this makes sense. Any and all help is truly appreciated
Thanks
LastName) where the user can select from any or multiple boxes, hit select
and the results display in a subform (this works fine). Once the results are
displayed the user can double click on any one of the fields (named same as
comboboxes) and another form appears giving more detailed information for the
field. In that detailed information there is a field for Week Ending,
Projected Man Hours and Actual Man Hours.
How do I code the select button that when the user clicks after making
selections from the one or multiple comboboxes the Total Projected Man Hours
and the Acutal Man Hours are summed and displayed in 2 different txt boxes on
the Main Form.
Secondly, what code would I use that when a records is double clicked on in
the subform, the user is asked to enter a Start Date and End Date and this
information is automatically exported to a Excel Spreadsheet.
I really hope this makes sense. Any and all help is truly appreciated
Thanks