I ijswalker Registered User. Local time Yesterday, 19:55 Joined Jun 16, 2008 Messages 67 Oct 22, 2008 #1 Hi, I have a report that uses a form to enter date parameters for a report. I would like to able to show the dates entered into the form on the report using VBA. Can anyone help? Thanks Ian
Hi, I have a report that uses a form to enter date parameters for a report. I would like to able to show the dates entered into the form on the report using VBA. Can anyone help? Thanks Ian
D dkinley Access Hack by Choice Local time Yesterday, 21:55 Joined Jul 29, 2008 Messages 2,003 Oct 22, 2008 #2 If the form is still opened when the report presents itself, you can set an unbound control on the report and in the data source property use .. Code: [Forms]![FormName]![txtDateControlName] -dK
If the form is still opened when the report presents itself, you can set an unbound control on the report and in the data source property use .. Code: [Forms]![FormName]![txtDateControlName] -dK