J
joshpa
I am trying to get the "oldvalue" of a field on a
subform. Here is my code.
Private Sub Signing_Status_Combo_Box_AfterUpdate()
Dim stOldStatus As String
stOldStatus = Forms![S-Signings Subform]![Signing
Status].OldValue
I am getting an error that "S-Signings Subform" cannot be
located.
Here is some background information.
"S-Signings Subform" is the name of the subform I am
working on.
"S-Signing Summary" is the name of the form the subform is
on.
"Signing Status" is the name of the field I need the old
value for. Basically, after an update to the field, I
want to compare the old value with the new and do some
caluculations based on that. If there is anyway to get
the oldvalue method to work, or to get the old value and
the new value another way, I would really like to know.
Thank you for any help you can give me.
subform. Here is my code.
Private Sub Signing_Status_Combo_Box_AfterUpdate()
Dim stOldStatus As String
stOldStatus = Forms![S-Signings Subform]![Signing
Status].OldValue
I am getting an error that "S-Signings Subform" cannot be
located.
Here is some background information.
"S-Signings Subform" is the name of the subform I am
working on.
"S-Signing Summary" is the name of the form the subform is
on.
"Signing Status" is the name of the field I need the old
value for. Basically, after an update to the field, I
want to compare the old value with the new and do some
caluculations based on that. If there is anyway to get
the oldvalue method to work, or to get the old value and
the new value another way, I would really like to know.
Thank you for any help you can give me.