How?
When you are prompted to save the password in the connection string, select Yes if you want the password and logon stored in the connection string information.
For details on the syntax for your query, see the documentation for the SQL database server to which you're sending the query.
If necessary, Microsoft Access prompts you for information about your SQL server database.
Notes
How?
How?
Click Current Database.
Click Another Database, and then either type the path of the database where you want to put the new table or click Browse to locate the database.
Note The data in the new table you create does not inherit the field properties or the primary key setting from the original table.
How?
Do one of the following:
Run a select or crosstab query
When you open a select or crosstab query, Microsoft Access runs (executes) the query for you and shows the results in Datasheet view.
Run an action query
Unlike select and crosstab queries, you can't view the results of an action query by opening it in Datasheet view. However, in Datasheet view you can preview the data that will be affected when you run the action query.
Caution It's a good idea to make a copy of the data you are changing or moving in an action query, in case you need to restore the data to its original state after running the action query.
For this query | The datasheet displays |
---|---|
Update | The fields to be updated. |
Delete | The records to be deleted. |
Make-table | The fields to be included in the new table. |
Append | The records to be added to another table. |
Note To stop a query after you start it, press CTRL+BREAK.
When you run the make-table query, you get one table for each result. The first table created has the name defined in the query; subsequent tables have that name concatenated with a sequential number starting at 1.