Results 1 to 5 of 5

Thread: How to save by date in access using vb6?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2009
    Posts
    3

    How to save by date in access using vb6?

    I am just a student and I am having this problem on how can I save a certain record onto access by date using visual basic 6? I mean, it can identify the current date and thus it will be its reference for it to be saved...and therefore it will be stored in access by date...
    Last edited by bulwark; Sep 19th, 2009 at 07:31 PM.

  2. #2
    Just a Member! seenu_1st's Avatar
    Join Date
    Aug 2007
    Location
    India
    Posts
    2,170

    Re: How to save by date in access using vb6?

    u can use ADO, hav u used it b4? some tutorial here
    http://www.vb6.us/tutorials/database...o-vb6-tutorial
    Seenu

    If this post is useful, pls don't forget to Rate this post.
    Pls mark thread as resolved once ur problem solved.
    ADO Tutorial Variable types SP6 for VB6, MsFlexGrid fast fill, Sorting Algorithms


  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2009
    Posts
    3

    Re: How to save by date in access using vb6?

    i have some knowledge in using ado but it is still limited...
    what is the precise code to save a record on a certain date...?
    for example: i have input a record using vb to access, and it will be saved in the current date and then, tomorrow, i will input another and it will be saved on that date ...and so on...how do i do that?

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: How to save by date in access using vb6?

    Welcome to VBForums

    Thread moved to 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)


    I recommend spending some time reading articles in the "Classic VB: ADO" section of our Database Development FAQs/Tutorials (at the top of this forum), particularly the "ADO Tutorial" and "How can I add a record?".

    Based on those articles (and perhaps some in the "SQL" section), you should be able to make a reasonable attempt at it.

    If you get stuck, feel free to show us what code you have got, and tell us details of the problem(s).

  5. #5

    Thread Starter
    New Member
    Join Date
    Sep 2009
    Posts
    3

    Re: How to save by date in access using vb6?

    thanks!

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