vbado
04-20-2004, 06:35 AM
Hi,
I have been trying to insert textbox value to table.
Here is my code
x = Text1.Text
y = Text2.Text
MyConn.Execute ("INSERT INTO PUBLISHERS(Name,CompanyName) values ('&x','&y')")
If i use this code,the datas r not inserting from textbox,instead '&x' is added as one row in the table. :rolleyes:
Can Anyone help me out..
vbado
I have been trying to insert textbox value to table.
Here is my code
x = Text1.Text
y = Text2.Text
MyConn.Execute ("INSERT INTO PUBLISHERS(Name,CompanyName) values ('&x','&y')")
If i use this code,the datas r not inserting from textbox,instead '&x' is added as one row in the table. :rolleyes:
Can Anyone help me out..
vbado