E
Erin Freeman
Hi there
For some reason i cant get this code to work. On the "On Close" action of a
form, i want a checkbox to pop up to ask whether the data has been changed,
if the user chooses yes then i want my "revised" checkbox to populate with a
checkmark
'If MsgBox(" Have you revised this data?", vbYesNo) = vbYes Then
'Me.chkrevised = True
'End If
It doesnt seem to work, not sure what i am doing wrong. any help would be
greatly appreciated.
Thanks
For some reason i cant get this code to work. On the "On Close" action of a
form, i want a checkbox to pop up to ask whether the data has been changed,
if the user chooses yes then i want my "revised" checkbox to populate with a
checkmark
'If MsgBox(" Have you revised this data?", vbYesNo) = vbYes Then
'Me.chkrevised = True
'End If
It doesnt seem to work, not sure what i am doing wrong. any help would be
greatly appreciated.
Thanks