I have an access DB that uses a form to query a range of dates in order to provide results. In the critereia for the query date field, I have Between [Forms]![reportcenter]![Text46] And [Forms]![reportcenter]![Text48]. This works perfectly.
I am now moving this to a web access database. I understand that web queries cannot use forms, so in a macro I entered in the where condition [completeduesque ry]![Pay Date]>= [Text46] <= [Text48.
I also tried [completeduesque ry]![Pay Date]Between [Text46] AND [Text48.
I keep getting- You either have an error in your expression or you have attempted to use an undeclared parameter. Check the expression for errors or enter the parameter '[Text46]' in the Query parameters dialog. [Text46] is in the parameters dialog so I'm stumped!
I am now moving this to a web access database. I understand that web queries cannot use forms, so in a macro I entered in the where condition [completeduesque ry]![Pay Date]>= [Text46] <= [Text48.
I also tried [completeduesque ry]![Pay Date]Between [Text46] AND [Text48.
I keep getting- You either have an error in your expression or you have attempted to use an undeclared parameter. Check the expression for errors or enter the parameter '[Text46]' in the Query parameters dialog. [Text46] is in the parameters dialog so I'm stumped!
Comment