R
RedHeadedMonster via AccessMonster.com
Ok, i've gone thru I dont know how many threads on this subject and cant find
a working solution for the following problem.
I have a main form: frmMEIs
On this main form I have several subforms. Two of which are sfrmLabor and
sfrmMEICost.
sfrmLabor has a table as a record source - tblLabor
sfrmMEICost has a query as a record source - qryMEICostLookup
Bascially what the form does is allow a user to see the cost of all the parts
that it takes to build a MEI. One item that is added to the cost is Labor.
If the user changes the Labor hours in sfrmLabor, I need it to update in
sfrmMEICost.
Labor hours are based on historical # of hours it takes to build an item, so
it changes periodically.
I've tried the following with no luck on the AfterUpdate event of the Labor
Hours on sfrmLabor:
Forms!frmMEIs!sfrmMEICost.Form.Requery
Forms!frmMEIs.sfrmMEICost.Form.Requery
Forms!frmMEIs!sfrmMEICost.Form.Refresh
Forms!frmMEIs.sfrmMEICost.Form.Refresh
Any ideas would be wonderful.
Thanx!
RHM
a working solution for the following problem.
I have a main form: frmMEIs
On this main form I have several subforms. Two of which are sfrmLabor and
sfrmMEICost.
sfrmLabor has a table as a record source - tblLabor
sfrmMEICost has a query as a record source - qryMEICostLookup
Bascially what the form does is allow a user to see the cost of all the parts
that it takes to build a MEI. One item that is added to the cost is Labor.
If the user changes the Labor hours in sfrmLabor, I need it to update in
sfrmMEICost.
Labor hours are based on historical # of hours it takes to build an item, so
it changes periodically.
I've tried the following with no luck on the AfterUpdate event of the Labor
Hours on sfrmLabor:
Forms!frmMEIs!sfrmMEICost.Form.Requery
Forms!frmMEIs.sfrmMEICost.Form.Requery
Forms!frmMEIs!sfrmMEICost.Form.Refresh
Forms!frmMEIs.sfrmMEICost.Form.Refresh
Any ideas would be wonderful.
Thanx!
RHM