gino
04-10-2000, 10:54 AM
i got the message to come up as vbRetryCancel. how do you control what happends if user chooses Retry or Cancel.
for example, if user chooses Retry how do you restrict any action being done? also, that goes for Cancel too. how do you make this into one statement.
this is what i got so far.
If (Me![FROM DATE].Value > [TO DATE].Value)Then
Choice = MsgBox "FROM DATE must be before DATE TO!", vbOKOnly
thank you.
for example, if user chooses Retry how do you restrict any action being done? also, that goes for Cancel too. how do you make this into one statement.
this is what i got so far.
If (Me![FROM DATE].Value > [TO DATE].Value)Then
Choice = MsgBox "FROM DATE must be before DATE TO!", vbOKOnly
thank you.