How would I link a sql view into my database? I have found code to do a table, but no code to do a view?
Printable View
How would I link a sql view into my database? I have found code to do a table, but no code to do a view?
Write a query and use that? A query can span multiple tables.
You can link to views in SQL Server just the same way you do for tables, if that is your question. I assume what you are asking about is ODBC linking from Access to SQL Server. If that is not correct, please provide more details on what you need and the environment in which you are working.