Click to See Complete Forum and Search --> : inserting system date into the database


hmurti17
June 27th, 2001, 12:39 AM
I would like to know how to insert the sysdate(system date) into the database(MS Access) through the VB form.

Thanks,

Hansa

Tower
June 27th, 2001, 12:48 AM
In INSERT Command use function Now() for fill field sysdate.

If you not use INSERT command, fill text field in form as TextDate.Text = Now()