T
tiger
Hi,
I have an access application that I am working on, I have a form with
textbox on it; I will like to store whatever the user enter in this textbox
into a field of a table. I try the following code
INSERT INTO tblEmployee (LastName) Value (Textbox)
but this is not working because I don't know how to reference to the content
of the textbox OR Is there another way to do as in using some like button
Add Record with code DoCmd.GoToRecord.
Your help is greatly Appreciated...
Thanks
Tiger
I have an access application that I am working on, I have a form with
textbox on it; I will like to store whatever the user enter in this textbox
into a field of a table. I try the following code
INSERT INTO tblEmployee (LastName) Value (Textbox)
but this is not working because I don't know how to reference to the content
of the textbox OR Is there another way to do as in using some like button
Add Record with code DoCmd.GoToRecord.
Your help is greatly Appreciated...
Thanks
Tiger