Open the form in design view. Open the properties dialog box for the form. Go to the Data tab. Replace the table name in the RecordSource property.
BTW, it is better practice to use queries as the recordsources for forms and reports so you can include a where clause to limit the records needing to be retrieved from the table.