I have a database with a table called tblBuilds. Two of the fields are "ProduceByDate"(date) "Completed"(date). I also have a form called frmBuilds_Today. This form has the filer "ProduceByDate=Date()". This filter make only the records with today's date in the "ProduceByDate" field get listed. This is great. But my hangup is when I put a date into the "Completed" field. When the date is put in, I want this record to be ignored by the filter. But I do not know anything really about code.
SO basically, I need the record listed if the "ProduceByDate" is today AND the "Completed" date is empty. Then when a date is added to the Completed field, the record is "filtered out".
The reason I am using a date field for completed is for other forms and reports. So I can filter records by completed date.