R
ridders
Hi
I am using the AfterUpdate event of a control txtFrom on a form
PSelectReport to filter the dates in a report. This works fine if I just type
in a date in the control.
However I am now using a calendar control to enter a selected date in
txtFrom on using this code; Forms!PSelectReport.txtFrom = Calendar0.Value
Although the date appears correctly in the textbox, it doesn't trigger the
AfterUpdate event for the textbox. The date filter doesn't work on the report
How can I get Access to use the calendar date just as if I had typed in the
date.
I am using the AfterUpdate event of a control txtFrom on a form
PSelectReport to filter the dates in a report. This works fine if I just type
in a date in the control.
However I am now using a calendar control to enter a selected date in
txtFrom on using this code; Forms!PSelectReport.txtFrom = Calendar0.Value
Although the date appears correctly in the textbox, it doesn't trigger the
AfterUpdate event for the textbox. The date filter doesn't work on the report
How can I get Access to use the calendar date just as if I had typed in the
date.