If the tblVisits is linked, you can create a query with this SQL to find out where the backend database is located:
SELECT msysObjects.Name, msysObjects.Type, msysObjects.Database
FROM msysObjects
WHERE msysObjects.Type=6 OR msysObjects.Name ="tblVisits";