Change the record source of a form or report
After you have created a form or report, you can modify its source of data to include or exclude one or more fields, columns, tables, or queries. Changing the record source will change the contents of the field list.
Change the connection information of a data access page
Set or edit the ConnectionString property of the page
Tip
If you need more room to type the connection string, press SHIFT+F2 to open the Zoom box.
Specify or change the connection file that the page is linked to
Note Microsoft Access will automatically update the ConnectionString property to reflect the new connection information.
Edit the connection file of the page
Note If the page is linked to a connection file, you can edit the contents of the file. Your edits will affect other pages that are linked to the connection file.
Notes
If you have specified a default connection file on the Pages tab in the Options dialog box, Microsoft Access will automatically set the ConnectionFile and ConnectionString properties for all new data access pages.
Change the record source of a data access page section
You can change the record source of a section on an ungrouped page, if the record source that you want to use contains all the fields that are already on the header section. For example, if you add fields from the Order Details table, and then decide to use the Order Details Extended query instead of the Order Details table, you can simply change the property of the header section.
Note The names of the sections and the ControlSource property of the controls will be automatically updated to reflect the new record source.