Do I need to relink or update an ODBC connection if I update a SQL view that is used in a query in Access?
Steps to reproduce
Update view in SQL > Save > open query that uses view in Access > no change
Do I need to relink or update an ODBC connection if I update a SQL view that is used in a query in Access?
Steps to reproduce
Update view in SQL > Save > open query that uses view in Access > no change
If the change (to the view) involves changes to the structure (columns: names, numbers, data types, primary key, any unique indices) then you need to re-link in MsAccess (so that it reads those changes and saves them). If the change is only about the tables joined (FROM clause), or the selection criteria (WHERE, HAVING), aggregation (GROUP BY) etc, no need to re-link.