Search notes:

Access: DoCmd.OpenTable

Show the table whose name is contracts
DoCmd.OpenTable "contracts"

See also

DoCmd.OpenTable might be used in conjunction with DoCmd.ApplyFilter.
There is also DoCmd.OpenView() and DoCmd.OpenQuery()
The DoCmd object.

Index