G
Greta
I have a message box that I need to pop up only when a
record is changed so I put this in:
Private Sub Manufacturer_Change()
MsgBox "Change Manufacturer"_
vbInformation,"Reminder"
End Sub
Right now the box pops up when the Manufacturer is changed
AND at the initial entry. I need it only to pop up when
the manuf is actually changed.
How do I do this?
record is changed so I put this in:
Private Sub Manufacturer_Change()
MsgBox "Change Manufacturer"_
vbInformation,"Reminder"
End Sub
Right now the box pops up when the Manufacturer is changed
AND at the initial entry. I need it only to pop up when
the manuf is actually changed.
How do I do this?