|
-
June 27th, 2001, 12:39 AM
#1
inserting system date into the database
I would like to know how to insert the sysdate(system date) into the database(MS Access) through the VB form.
Thanks,
Hansa
-
June 27th, 2001, 12:48 AM
#2
Re: inserting system date into the database
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()
Andy Tower
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|