A
AccessMan
I am using a macro to prompt the user to enter a date and am setting the
entered value to a temporary variable with SetTempVar. There are two
problems.
1 - I see evidence that the temporary variable is representing the entry as
text, and I would like to convert the entered value into a true date.
2 - Since the user may actually enter anything, I'd like know how to detect
if a non-date has been entered and either reprompt for a new entry or stop
the macro altogether. I've seen IsDate used somehow in the Condition column,
but I can't quite remember how.
Solving these would really make my week!
entered value to a temporary variable with SetTempVar. There are two
problems.
1 - I see evidence that the temporary variable is representing the entry as
text, and I would like to convert the entered value into a true date.
2 - Since the user may actually enter anything, I'd like know how to detect
if a non-date has been entered and either reprompt for a new entry or stop
the macro altogether. I've seen IsDate used somehow in the Condition column,
but I can't quite remember how.
Solving these would really make my week!