asp_learner
Registered User.
- Local time
- Today, 06:53
- Joined
- Jun 7, 2001
- Messages
- 46
I have a form where I am allowing the user to either user a combobox for a date period or to chose from two text boxes for a start and end date.
On the report I have a textbox with the followingsource: =[Forms]![Request Date for Quarterly Report]![cboWhatQuarter].[Column](1) Or [Forms]![Request Date for Quarterly Report]![txtStartDate]
I can only get this code to work if I offer only a combobox to choose period. I want the user to have the flexibility of entering their own dates as well. Is there anything wrong in my data source for the textbox
Thanks,
Eva
On the report I have a textbox with the followingsource: =[Forms]![Request Date for Quarterly Report]![cboWhatQuarter].[Column](1) Or [Forms]![Request Date for Quarterly Report]![txtStartDate]
I can only get this code to work if I offer only a combobox to choose period. I want the user to have the flexibility of entering their own dates as well. Is there anything wrong in my data source for the textbox
Thanks,
Eva