View Single Post
  #1 (permalink)  
Old 05-25-2006, 08:56 PM
encoder encoder is offline
Learning Programmer
 
Join Date: Apr 2006
Posts: 40
Credits: 0
Rep Power: 10
encoder is on a distinguished road
Default 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.
Reply With Quote

Sponsored Links