Hi,
I am tring to use a msgbox along with a validation rule for a calculated field which does not allow the user to progress until the data is corrected.
There are three fields involved: TimeDateStart, TimeDateEnd and TotalTimeUsed. The formula is below:
TimeDateEnd-TimeDateStart= TotalTimeUsed.
The idea is if the TotalTimeUsed is a negative number, a message box appears indicating that the data input is wrong. That part I can do, but I am unable to stop the user from being able to go any further until the problem is fixed.
Any suggestions will be helpful.
Thanks in advance,
Jake
I am tring to use a msgbox along with a validation rule for a calculated field which does not allow the user to progress until the data is corrected.
There are three fields involved: TimeDateStart, TimeDateEnd and TotalTimeUsed. The formula is below:
TimeDateEnd-TimeDateStart= TotalTimeUsed.
The idea is if the TotalTimeUsed is a negative number, a message box appears indicating that the data input is wrong. That part I can do, but I am unable to stop the user from being able to go any further until the problem is fixed.
Any suggestions will be helpful.
Thanks in advance,
Jake