A
Al Smith
I am running a diabetes database. Blood sugars are checked at different
times of the day. I wish to say if the time of day is between 8am and
11:30am, then it's breakfast time.
I've tried using DatePart("h", [Date]) > 8 And DatePart("h", [Date]) < 11
function for hours, but any time with 11am is included. So, 11:45am should
be excluded, but it is included.
Any help would be appreciated.
Thanks.
times of the day. I wish to say if the time of day is between 8am and
11:30am, then it's breakfast time.
I've tried using DatePart("h", [Date]) > 8 And DatePart("h", [Date]) < 11
function for hours, but any time with 11am is included. So, 11:45am should
be excluded, but it is included.
Any help would be appreciated.
Thanks.