this visual basic language is a tough cookie i don't understand how i would get to save a record in a form after you have entered it in.
i have made a access database (2000) that i want to add data in through a visual basic form. in my visual basic form i have fields like:
bill ID
Bill Name
Account Number
Reference Number
how do i add new data in this field using a command button that will save it and enter it in my database? do i need a Ado control in this form as well. or can i put code in the button to add the new data i enter in the fields because when i try to put code in the button there is no (add method) in the tool tips.
how do i do this?
lee123
i have made a access database (2000) that i want to add data in through a visual basic form. in my visual basic form i have fields like:
bill ID
Bill Name
Account Number
Reference Number
how do i add new data in this field using a command button that will save it and enter it in my database? do i need a Ado control in this form as well. or can i put code in the button to add the new data i enter in the fields because when i try to put code in the button there is no (add method) in the tool tips.
how do i do this?
lee123
Comment