if it would prompt for it instead of pointing out it hasn't yet created it.
Try this:Same result. I created a form InputForm with a single unbound field Matchdate. I entered 22-Nov-2009 and left it open. I changed the expression in the criteria row of the Datefield in query to: =DMin("[Datefield]","TblSALE","[Datefield]>=[InputForm]![Matchdate]")
Try using [Enter Match Date] as the criteria in the query (or do as I do and prefer - use a FORM to enter the parameters, which is better anyway as the user doesn't have to constantly enter information over and over again if they need it again or makes a mistake entering.