I am trying to write the code that will open a report and make one field in the supporting query Not Null and another field Null.
Below is my attempt that does not work. Can someone help?
DoCmd.OpenReport “rptApplicationDataAll”, acViewPreview, , “Applydate Is Not Null” And “Appwithdrawal is Null”
Thanks.
Paul