Hi all,
Any ideas on why my form is not working to run a parameter query?
In my query criteria I have:
Between [Forms]![HUSubmitDteFrm]![SubmitAfterDate] And Date()
The unbound text box in the form is named SubmitAfterDate.
However, when I type in a date in the form, nothing happens (even if I have Me.requery in the AfterUpdate control of the unbound txt box).
Any ideas?
Any ideas on why my form is not working to run a parameter query?
In my query criteria I have:
Between [Forms]![HUSubmitDteFrm]![SubmitAfterDate] And Date()
The unbound text box in the form is named SubmitAfterDate.
However, when I type in a date in the form, nothing happens (even if I have Me.requery in the AfterUpdate control of the unbound txt box).
Any ideas?