I've just started learning this, but my college needs me to do a project within a month.
In one of my forms, the basic Idea is that, when the user enters data into the textboxes/selects an item from a combo box and then clicks a button, i'd like that data to get stored into a table in ms access.
in my form, i have 3 textboxes (text1.text,text2.text,text3.text)and a combo box (combo1) and two buttons "update" and "cancel"
i've managed to work out the cancel button, which on being clicked, clears the data from the textboxes.
my database name is db, and my table name is Log.
the column names in the table are Date, Proj, in_time, Out_time (where proj is what i'm going to get from the combo box)
***NOTE: FOR SOME REASON, ADODC DOESN'T WORK, SO WHATEVER CONNECTIONS I'VE DEFINED IS USING ADODB***
[and i'd also like to know how to define the format of the data being saved into the table. for example i'd like the date format to be in dd/mm/yy]
Thank you!

New Topic/Question
Reply



MultiQuote




|