I have a table-level validation rule that looks like this:
IIf([status]=2,Not "isNULL [date completed]",[DATE COMPLETED]="")
[Status] is a field storing the result of an option group with three toggle buttons on the data entry form (Status 1 = 'Project In queue', Status 2= 'Project Completed', Status 3= 'Live Project').
The idea is that if the user selects status 2, they must enter a date in the filed named [date completed].
Can anyone help? I have desperately tried everything I can think of, though it displays the validation message in all cases that status 2 is selected, even if it's got a date in there already.
Cheers all,
MCAUK
IIf([status]=2,Not "isNULL [date completed]",[DATE COMPLETED]="")
[Status] is a field storing the result of an option group with three toggle buttons on the data entry form (Status 1 = 'Project In queue', Status 2= 'Project Completed', Status 3= 'Live Project').
The idea is that if the user selects status 2, they must enter a date in the filed named [date completed].
Can anyone help? I have desperately tried everything I can think of, though it displays the validation message in all cases that status 2 is selected, even if it's got a date in there already.
Cheers all,
MCAUK