ste4en
Technical User
- Aug 1, 2001
- 69
I have a start and end date field on a switchboard, this allows the user to select a date range to filter a report. I am using an unbound text box to hold the start and end dates, however this requires the user to reenter the date every time the form is reopened. How can I store those values - I tried a sub form with reference to a table that had two fields - [startdate] and [enddate] however, even though I removed the navigation buttons and displayed only one record somehow the user ended up with two records and this doubled all my values.
How should I store the dates without having to keep entering them and if the table is the solution how can I prevent more than one row being entered.
Thanks
How should I store the dates without having to keep entering them and if the table is the solution how can I prevent more than one row being entered.
Thanks