Inserting todays date in a bound textbox

mrdata

Registered User.
Local time
Yesterday, 19:26
Joined
May 26, 2006
Messages
32
I have a command button that adds a new record to the database and textboxes for the data entry on a form.

The first text box is for the date I would like to have this automaticly fill in with todays date when the command button is pressed.

So far I cannot get this to work at all will someone please help.

I tried
Dim Mydate
Mydate = Date
Me.Datetext= Mydate

But I get nothing !

Help please.

Thanks Charles
 
Insert Todays Date

Rich:

Works great man Thanks

Charles
 

Users who are viewing this thread

Back
Top Bottom