hi!
i am working on a project on access with visual basic, i want to do the following....
on an access form i have a textbox that is related to a table, and i want that the word that anyone writes there has to be added to the table, so i made this query association but it doesn't work, please someone help me!
query:
INSERT INTO tblNames(name) values(textbox1.text);
help me please, how do i do that on access?
also i put a command button and made it the way add to table but it lets me but doesn't add it
help please!
thank you!
i am working on a project on access with visual basic, i want to do the following....
on an access form i have a textbox that is related to a table, and i want that the word that anyone writes there has to be added to the table, so i made this query association but it doesn't work, please someone help me!
query:
INSERT INTO tblNames(name) values(textbox1.text);

also i put a command button and made it the way add to table but it lets me but doesn't add it

help please!
thank you!