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...
Re: How to save by date in access using vb6?
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?
Re: How to save by date in access using vb6?
Welcome to VBForums :wave:
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).
Re: How to save by date in access using vb6?