Just an FYI, once the table is linked in Access, you can rename the Access linked table to whatever you want. I usually use a SQL backend, in which case Access by default replaces the schema separator with an underscore, so dbo.Employees becomes dbo_Employees. First thing I do after linking a...