MS Access Problem
I got a friend who got a problem in MS Access. Hope someone could help answering this question then I would tell him how to do it.
How can you put a value into a variable in the database? He wants to put the value inserted in the textbox and then store it in the database.
Here's his code, is this correct?
insert into tablename values (txtbox.text)
But this didn't work.
|