liquidspaces Posted November 21, 2002 Posted November 21, 2002 (edited) I've established the connection to the database, but I'm not sure of the syntax to write the value of a text box to a specific field in a table. Can anybody help? I'm using Access 2000. For the sake of clarity, one of the database fields is called "FROM_NAME" and the corresponding text box on the form is called "txtFromName". Thanks! Edited November 21, 2002 by liquidspaces Quote
*Gurus* Derek Stone Posted November 21, 2002 *Gurus* Posted November 21, 2002 sSQL = "INSERT INTO myTable (FROM_NAME) VALUES('" & txtFromName.Text & "');" Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.