I would like to know how to insert the sysdate(system date) into the database(MS Access) through the VB form.
Thanks,
Hansa
Printable View
I would like to know how to insert the sysdate(system date) into the database(MS Access) through the VB form.
Thanks,
Hansa
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()