murphysdad
Technical User
From a combo box (ReportType)on the form(frmCreateReport), I want people to choose what type of report they would like(incomplete or complete).
When they select incomplete, I am trying to get a value of "is Null" to report in the field(CompletionDate) of the query(qryReportBuilder) or "is not null" for when they choose "complete".
There is a submit button I would like to use when they choose there selection.
Thanks!
When they select incomplete, I am trying to get a value of "is Null" to report in the field(CompletionDate) of the query(qryReportBuilder) or "is not null" for when they choose "complete".
There is a submit button I would like to use when they choose there selection.
Thanks!