E
Ernie Sersen
I am using ADP as a front-end with SQL back-end. I have a function that
provides data for an Access report. When I run the report, my SQL Function
criteria statement @AsOfDate produces a Parameter Query box on the report
asking for a date. How can I pass this date to a control on the report. It
works well in MDB (unbound control with control source =[AsOfDate] but this
does not work in ADP. Also, is there anyway that I can enter the parameter
query in the Function @As Of Date? SQL does not like the spaces but it
would like nicer in the parameter query box.
provides data for an Access report. When I run the report, my SQL Function
criteria statement @AsOfDate produces a Parameter Query box on the report
asking for a date. How can I pass this date to a control on the report. It
works well in MDB (unbound control with control source =[AsOfDate] but this
does not work in ADP. Also, is there anyway that I can enter the parameter
query in the Function @As Of Date? SQL does not like the spaces but it
would like nicer in the parameter query box.