Haroon
That may be more work that you need to do.
What about the idea of allowing the user to double-click the textbox to load
in today's date?
Either way, you'd need to use a related event procedure, but by using the
double-click event, you don't need the extra checkbox control.
Create a new event procedure for the Double-Click event, add something like:
Me!YourTextboxControl = Date()
If you need date/time, use "=Now()"
Regards
Jeff Boyce
Microsoft Office/Access MVP
"Haroon" <(E-Mail Removed)> wrote in message
news

BB2CC77-C187-4249-A20C-(E-Mail Removed)...
> hi
>
> i have a form with a check box and textbox, when user ticks the checkbox,
> in
> textbox i want todays date to appear.
>
> anyone know how i can do that? is this possible?
>
> cheers.