Hi,
I imagine this is unbelievably simple but I just can't find a solution from searching dozens of posts.
I have a subform which has a textbox in the footer which calculates a total amount. On my main form I have a textbox with the control source set to the textbox on my subform.
What i want to do, is every time this textbox changes, to update another textbox with the same amount.
So Textboxtotal and TextboxCopy are the same all the time.
Can anyone help me how to do this?
I understand that the afterupdate event wont fire as it is not updates via keypress, but i'm stuck there.
I imagine this is unbelievably simple but I just can't find a solution from searching dozens of posts.
I have a subform which has a textbox in the footer which calculates a total amount. On my main form I have a textbox with the control source set to the textbox on my subform.
What i want to do, is every time this textbox changes, to update another textbox with the same amount.
So Textboxtotal and TextboxCopy are the same all the time.
Can anyone help me how to do this?
I understand that the afterupdate event wont fire as it is not updates via keypress, but i'm stuck there.