Form.RecordSource (Access)
You can use the RecordSource property to specify the source of the data for a form.
The RecordSource property setting can be a table name, a query name, or an SQL statement. For example, you can use the following settings.
Forms!frmCustomers.RecordSource = "Customers"