A
Al
I have the following code in the beforeupdate event of a
form:
Me![ModDate] = Date
Me![ModTime] = Time
Me![ModInitials] = CurrentUser()
The only line that does not work is the Me![ModDate] =
Date. It is showing null instead of today's date. when I
replaced it with the following "Me![ModDate] = Time" it
works and formats the time as Date. I do not understand
why it is not working. I even checked my reference lib. It
looks ok to me. any idea? please help.
thanks
Al
form:
Me![ModDate] = Date
Me![ModTime] = Time
Me![ModInitials] = CurrentUser()
The only line that does not work is the Me![ModDate] =
Date. It is showing null instead of today's date. when I
replaced it with the following "Me![ModDate] = Time" it
works and formats the time as Date. I do not understand
why it is not working. I even checked my reference lib. It
looks ok to me. any idea? please help.
thanks
Al