98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » access+course - Query Append
access+course - Query Append
Resolved · Low Priority · Version Standard
Jenni has attended:
Access Intermediate course
Access Advanced course
Query Append
I have data from two forms that I need to append to a table.
I have one append query which adds details to a table, but I need another query to enable me to repeat some of the same fields but also enable me to modify the records:
Ie.
Quiz No: Quiz Name: Question No: Question:
1 First quiz 1 This is question 1
1 First quiz 2 This is question 2 ...
and so on.
Any suggestions how I can achieve this?
RE: Query Append
Hi Jenni
Sorry for the delay in getting back to you.
If you want to update the table fields you will need to used the SQL command called update, this basically allows you to update any of the fields within the table.
This is slightly different from the query method that you may have used before as you will actually need to write the sql code yourself.
Hope this helps
David
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Closing form after a certain time periodTo make a form close automatically after a certain time period, you need to assign the close function to a macro. |