CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    maharashtra,india
    Posts
    12

    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


  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    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
  •  





Click Here to Expand Forum to Full Width

Featured