>Provide buttons for Ok and Cancel on your form.
>
[quoted text clipped - 6 lines]
>> of
>> VBA code to say AFTER UPDATE, write back to a table I specify.
We are not talking about a saved query here.
Build a string containing a SQL statement, and Execute it.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> How do you refer to a form within a query? I thought you could only query
> data that is stored in a table or in another query. How do you tell the
[quoted text clipped - 14 lines]
>>> of
>>> VBA code to say AFTER UPDATE, write back to a table I specify.
Roll_Tide315 - 12 Mar 2008 17:16 GMT
Would you mind explaining? I am just starting to learn SQL. To make things
simple, on my form i have 2 text bozxes: first name and the second last name.
When the user enters a name, I want the name to appear a table I made called
User name. Could you please walk me through buidling the SQL statement? Thank
you!
>We are not talking about a saved query here.
>
[quoted text clipped - 5 lines]
>>>> of
>>>> VBA code to say AFTER UPDATE, write back to a table I specify.
Roll_Tide315 - 12 Mar 2008 17:18 GMT
Would you mind explaining? I am just starting to learn SQL. To make things
simple, on my form I have 2 text boxes: first name and the second, last name.
When the user enters a name, I want the name to appear a table I made called
User name. Could you please walk me through buidling the SQL statement? Thank
you! I realize I am making this hard on myself by not binding the form's text
boxes but I want to learn the SQL part.
>We are not talking about a saved query here.
>
[quoted text clipped - 5 lines]
>>>> of
>>>> VBA code to say AFTER UPDATE, write back to a table I specify.
Allen Browne - 12 Mar 2008 17:33 GMT
Here's an example of exeucting a query statement:
http://allenbrowne.com/ser-60.html
If you really are starting out, you should investiage bound forms first.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Would you mind explaining? I am just starting to learn SQL. To make things
> simple, on my form I have 2 text boxes: first name and the second, last
[quoted text clipped - 17 lines]
>>>>> of
>>>>> VBA code to say AFTER UPDATE, write back to a table I specify.