D
Dave Elliott
The Flag control is my table called Time and it is set to Yes/No with a
format of True/False
On the form it is a checkbox as well. i.e. Checked or not!
Why does this not work?
If ([Flag]) = True Then
MsgBox "Record has been flagged, Please check notes"
End If
format of True/False
On the form it is a checkbox as well. i.e. Checked or not!
Why does this not work?
If ([Flag]) = True Then
MsgBox "Record has been flagged, Please check notes"
End If