Hi! I am pretty new to Access and am starting a new database - I'm just planning it out now. One of my tables will store information on technical reports (e.g. report name, file number, author and report date). Some of the reports are dated with day/month/year, but some only state month/year. So I am trying to figure out how best to capture this information. A few options I've considered:
1. If no day is on the report, simply choose the first day of the month. This is easiest solution, but then the date in my database won't exactly match the date on the actual report.
2. Have two fields for storing the date and the user has to choose which format to use. I see all sorts of problems with this, in terms of sorting and displaying the data.
3. Have a day, month and year field (i.e. three separate fields) and if there is no day, that field is just left blank. I'm thinking this might work but might be difficult to manage as well, in terms of sorting and displaying the info.
Any thoughts would be much appreciated.
Jenn
1. If no day is on the report, simply choose the first day of the month. This is easiest solution, but then the date in my database won't exactly match the date on the actual report.
2. Have two fields for storing the date and the user has to choose which format to use. I see all sorts of problems with this, in terms of sorting and displaying the data.
3. Have a day, month and year field (i.e. three separate fields) and if there is no day, that field is just left blank. I'm thinking this might work but might be difficult to manage as well, in terms of sorting and displaying the info.
Any thoughts would be much appreciated.
Jenn