I've got stuck to this problem in access wherein I cannot set the default value of a listbox to the date today. I am currently making an AHT (Average Handling Time) in access but seem to have no luck. In excel, I know how to make it but not in access (please see sample AHT in excel) I know how to automatically set the value to the date today whenever I add entries to the datasheet table as well but I don't want it added automatically; I want users to manually add the date today by using the dropdown list and then choose the date today displayed on it. Will also want to apply this to time so that time now is manually added and not set to default. I appreciate any help that you can offer me.
OTHER INFOS:
I am using a datasheet form as an AHT tracker so that users don't see much difference compared to excel.
PRELIMINARY ACTIONS TO NO AVAIL:
I made 2 tables. One was for the AHT tracker and the other as a look up table to the date field of my AHT tracker. I then set the default property of table 2 to Date() then reference it to the AHT tracker's look up table. Now when I try to use the list box in my AHT tracker for the date field, date today is not diplayed.
OTHER INFOS:
I am using a datasheet form as an AHT tracker so that users don't see much difference compared to excel.
PRELIMINARY ACTIONS TO NO AVAIL:
I made 2 tables. One was for the AHT tracker and the other as a look up table to the date field of my AHT tracker. I then set the default property of table 2 to Date() then reference it to the AHT tracker's look up table. Now when I try to use the list box in my AHT tracker for the date field, date today is not diplayed.