I am trying to open a form where one of three dates cannot be null.
The form name is Review. I have the following code written in the button on another. Do.cmd.openform "Review",,, Date1 <> "" AND Date2 <> "" AND Date3 <> """ but this is not working. Is there any reason why? If this can be done if the filter properties of the Review form that would be great, I just can't seem to find an example anywhere.