To create an Append Query do the following:
- Select a new query.
- Add the table you are pulling from.
- By the default the query is a ‘Select’ type.
- Select the table you are to append or insert into
- Select the fields to be insert into the table.
- Drag the select fields from the section of the dialog to the field section in the bottom of the dialog. If the field match up correctly, you are done.
INSERT INTO TOwWildCardWKey
SELECT TOwWildcard.*
FROM TOwWildcard;
Double clicking on the field to be include to automatically include the field in the bottom half of the dialog called the query design grid.
No comments:
Post a Comment