Guys,
I have the following code in a subform that I want to turnoff (make invisible) so that each time I change data in its related feild its does not do a record change.
I don't want to deleate it, just get access to miss running it.
How do I do this?
Private Sub CurrencyType_AfterUpdate()
Call RecordChange
End Sub
Private Sub Drying_AfterUpdate()
Call RecordChange
End Sub
Private Sub Finish_AfterUpdate()
Call RecordChange
End Sub
I have the following code in a subform that I want to turnoff (make invisible) so that each time I change data in its related feild its does not do a record change.
I don't want to deleate it, just get access to miss running it.
How do I do this?
Private Sub CurrencyType_AfterUpdate()
Call RecordChange
End Sub
Private Sub Drying_AfterUpdate()
Call RecordChange
End Sub
Private Sub Finish_AfterUpdate()
Call RecordChange
End Sub