john.sexton
New member
- Local time
- Today, 16:22
- Joined
- Apr 20, 2007
- Messages
- 1
I am trying to use a form(frmCPJECD) (pic attached) to filter records displayed on a report the search button runs a macro opening the report and it is supposed to filter out records depending what has been typed into frmCPJECD.
View attachment frm.doc
I have used the expression builder in the macro's design view, but keep getting the Enter Parameter value box after clicking the Search Button(see attched) View attachment parameter values.doc
This is what is in the where condition field in the macro's design view.
[qryCPJ]![Progress Journal Start Date] Between [Forms]![frmCPJECD]![DF] And [Forms]![frmCPJECD]![Date To] And [qryCPJ]![Enterprise Champion]=[Forms]![frmCPJECD]![EC] And [qryCPJ]![Progress Journal Started]=[Forms]![frmCPJECD]![T]
Any Help would be very much appreciated
View attachment frm.doc
I have used the expression builder in the macro's design view, but keep getting the Enter Parameter value box after clicking the Search Button(see attched) View attachment parameter values.doc
This is what is in the where condition field in the macro's design view.
[qryCPJ]![Progress Journal Start Date] Between [Forms]![frmCPJECD]![DF] And [Forms]![frmCPJECD]![Date To] And [qryCPJ]![Enterprise Champion]=[Forms]![frmCPJECD]![EC] And [qryCPJ]![Progress Journal Started]=[Forms]![frmCPJECD]![T]
Any Help would be very much appreciated