Can you Link SQL views?

B

Brian Camire

Yes. To Access it appears as a linked table. If you want it to be
updatable in Access, you need to create a pseudo index *in Access* on the
linked table. See the help topic on the "CREATE INDEX" statement for
details.
 
Top