G
Guest
Please help, I have a message box for an OnClick Event for a button:
RetValue = MsgBox("Are Details Complete?", vbOKCancel)
How ever, whether the user ticks Ok or Cancel the button still runs the
query. Any idea on the If statement that I'm missing?
RetValue = MsgBox("Are Details Complete?", vbOKCancel)
How ever, whether the user ticks Ok or Cancel the button still runs the
query. Any idea on the If statement that I'm missing?