Hi,
New access user here. I have designed a database to keep track of air ambulance calls. There are about 20 times that are tracked for each call. In order to calculate elapsed time for these calls (some of which occur over midnight) both the date and time would have to be entered in the field. Due to the high volume of information that is being entered, I am looking for a way to set the date once (or twice if the call spans midnight) and enter the times in independent of date. I have created fields in the table for example "date of arrival at scene" and "time of arrival at scene" which will be combined in the query to eventually calculate total time at scene.
Ideally I would like for the user to select the date in the first field (date of call), and have that date automatically populate the remainder of the date fields in the form. If the date changes half way through the call (e.g. over midnight) the user adjust the date in the respective field and all dates below it change as well (the dates above this field would remain the same). I have tried setting the "default value" of subsequent fields to that of the previous field. When the first date field is entered, nothing shows up in the subsequent date fields. HOW DO I GET IT TO DO THIS?
Further to this, I would like the date to be displayed in the form field as just the day of the date. e.g. 4/20/2013 would be shown as '20'. Can this be done while maintaining calender button functionality?
Thank you in advance,
AC