A
APH
Hi in some VB code I have the following:
If IsNull([Date]) Then [Date] = Date
I want to just have the current date without the time. I tried Date() at
the end, but VB is removing the ().
My code is not workon. Can someone tell me what I am doing wrong please?
thanks
Alex
If IsNull([Date]) Then [Date] = Date
I want to just have the current date without the time. I tried Date() at
the end, but VB is removing the ().
My code is not workon. Can someone tell me what I am doing wrong please?
thanks
Alex