Hey everyone
I am having trouble setting the criteria in one of my quaries. What I want the program to do is seperate products into two seperate queries depending on their release date.
For the queries I have the criterias for the release date field set to >Date() and the other to <Date().
This works great, but if the release date is unknown for a product the user leaves that input box blank. This results in the item not showing up in the not yet released querie.
I used the code saying that if the release date = "" then the value is equal to "Unknown".
In the first querie I now have >Date() in the criteria box and = "Unknown" in the Or box below criteria.
When I run the program it says that this querie is either too complex or has an error in the coding.
Is there any way around this?
Thanks,
Sam