Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I need to show a error message based on a condition. I know it can be done by Custom Error message. But I don't know how to make a conditional statement.
Eg:
I have a date field if enter the wrong date means it show me pls enter the valid date....
This generic plan can help you in the creation of a solution:
Note that QV does not have an IsDate() test function. But you can easily use date#() for that. If date#() returns NULL, then either the values ( e.g. '99/99/9999') or the format (e.g. '1/ABC/2015') of the parameter or both are wrong.
Peter