OK - in your query criteria I am guessing that you have an iif statement that looks something like the following:
iif(isnull(forms![YourFormName]![YourFieldName]),[Enter Date],forms![YourFormName]![YourFieldName])
If not then you need something like that to prompt only if the form value is...