I have created a SQL Server View that limits the data a person can see based on information about them stored in another table. I am using this view as a record source for a form in Access. This form takes something like 15 seconds to load because the view is kind of complex. The view is dynamic in that it is different for each user, but does not change once a user has opened the Access Database. I want to know if there is a way to set the linked table as static so that it just loads when the database opens and then is treated as a regular table.