Hi
I am using Microsoft ActiveX Control "DTPIcker", in my form.
However when I open my form, the default value is the value set when it was made,
Is there anyway to make it have the current date,
I read somewhere to use:
me.dtpicker.value = date()
Where should I use it
I tried it as a code...