I will try and keep this simple as the database and form structure are quite complex.
I have the following line of code
I need this to work on the AfterUpdate event on a control named Date on the same form. The code is pulling the data from an underlying Form/Subform that is open.
If I put this code on a command button it works great
On any event it does nothing.
I am literally pulling out what little hair I have left on this one. I have done this hundreds of times with no problems.
Any assistance would be greatly appreciated.
I have the following line of code
Code:
Forms!pfrm_WSPositionWage!WSPositionID = Forms!pfrm_EditWorkStation!ssfrm_WorkStationPositions.Form!WSPositionID
I need this to work on the AfterUpdate event on a control named Date on the same form. The code is pulling the data from an underlying Form/Subform that is open.
If I put this code on a command button it works great
On any event it does nothing.
I am literally pulling out what little hair I have left on this one. I have done this hundreds of times with no problems.
Any assistance would be greatly appreciated.