chapterhouse
New member
- Local time
- Today, 05:52
- Joined
- Jan 30, 2015
- Messages
- 8
Hello,
I am using Access2007.
Attached is my database.
I am i am attempting to track the duration of days since an initial date.
A individual has 3 business days to have their bloodwork/labs drawn after given instructions to do so. 'StartDate'= the initial date. 'LabsDate'= current date(would like it to automatically update to the current date everytime the database is open). BD ElapsedLabs= # of days that has elapsed between the initial day and todays date.
I am able to calculate the #days elapsed no problem, but I am having a problem with 'LabsDate' automatically updating to todays date. I am able to automatically place the current date in the first/ fresh entry, but it fails to update the next day.
I have tried placing the code Me.LabsDate= date() in the Before Update Form Property Sheet. Cannot get it to work.
I have followed these directions to the same question posted on this forum to no avail.
I have minimal experience write code/ programming. I am able to manipulate it after hours of looking at it.
Any help is appreciated.
I am using Access2007.
Attached is my database.
I am i am attempting to track the duration of days since an initial date.
A individual has 3 business days to have their bloodwork/labs drawn after given instructions to do so. 'StartDate'= the initial date. 'LabsDate'= current date(would like it to automatically update to the current date everytime the database is open). BD ElapsedLabs= # of days that has elapsed between the initial day and todays date.
I am able to calculate the #days elapsed no problem, but I am having a problem with 'LabsDate' automatically updating to todays date. I am able to automatically place the current date in the first/ fresh entry, but it fails to update the next day.
I have tried placing the code Me.LabsDate= date() in the Before Update Form Property Sheet. Cannot get it to work.
I have followed these directions to the same question posted on this forum to no avail.
I have minimal experience write code/ programming. I am able to manipulate it after hours of looking at it.
Any help is appreciated.