Experts...
via a report my access database produces a driver run sheet for me and on this I want to have two cal controls.
On the printed out report the first cal controls date value should show the current date and the second cal control should show a date 30 days in the future.
So this is the code I am using in the Load event of the report..
me.Cal1.value = date
me.Cal1.value = date + 30
However the cal controls both show the date that was selected in design mode - before the report was run?
Any ideas?