Hi, thanks in advance.
Im using oldvalue to check to see if changes have been made to a field. my problem is...
I have a fields from a table that show up but do not have an oldvalue options to them. see below:
Private Sub txt_PlanTotalCost_BeforeUpdate(Cancel As Integer)
WAU txtTableName, Me.BenKey, "txt_PlanTotalCost", Me.PlanTotalCost.Value, Me.PlanCostType.Value
End Sub
under me.planCostType.Value is the only option for Even if I create a new table. If I change it to me.plancostType.oldvalue I then get an error: Method or data member not found.
Access 97
thanks
Jim
Im using oldvalue to check to see if changes have been made to a field. my problem is...
I have a fields from a table that show up but do not have an oldvalue options to them. see below:
Private Sub txt_PlanTotalCost_BeforeUpdate(Cancel As Integer)
WAU txtTableName, Me.BenKey, "txt_PlanTotalCost", Me.PlanTotalCost.Value, Me.PlanCostType.Value
End Sub
under me.planCostType.Value is the only option for Even if I create a new table. If I change it to me.plancostType.oldvalue I then get an error: Method or data member not found.
Access 97
thanks
Jim