My Bad,
This statement actually works just fine if I include the correct operators.
Nz([Start Date],"1/1/2002")
should be
>=Nz([Start Date],"1/1/2002")
Maintenance Planner in a Steel Mill
Thanks dhookum,
The usage of Nz that you recommened works just fine for text but I couldn't get it to work for the date/time datatype. I tried each of the following. While I don't get an error, none of them returns any hits from the database.
Nz([Start Date],#1/1/2002#)
Nz([Start...
Is there any way I can set a default value for the parameter part of a parameter query. If there was, then when a user left a parameter box empty there would still be the default value to fall back on.
Maintenance Planner in a Steel Mill
Maybe this will help dawnD3.
Open the query that you have based your report on.
Open the 'Show Table' dialog (Query/Show Table).
Click on the 'Queries' tab and add to your query, a copy of the parameter query you want to use.
Insert an appropriate link from the parameter query to one of your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.