A family of Microsoft relational database management systems designed for ease of use.
Yes, there really is a field called 14Days. It is a Yes/No field that clients have to choose to indicate when they want the product to be tested. There are a number of possible options of which clients can select more than one - 3 days, 7 days, 14 days, 21 days and 28 days. I use the Union query to bring all the different dates together in one query.
I like your suggestion. I just need to think it through because there can be a number of different test dates for one product. I collect the data via email.
My problem is not with opening the form.
The problem is that it seems that TestDate is not recognised as a date.
I'm sorry to say that I do not know how to use code to test TestDate.
However, if I run a date filter by right clicking on the TestDate field in the form, it complains about a data type mismatch. And when I ran a macro that said this form must be opened when TestDate = Date() it also gives a data type mismatch.
I was hoping that I am making a straightforward mistake somewhere. Otherwise I will just need to find another way around it.