Create view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

MS JET database engine does not support the use of CREATE VIEW statement. Is
there any other way i can do it to create a view? Thanks I appreciate any
help.
 
MS JET database engine does not support the use of CREATE VIEW statement. Is
there any other way i can do it to create a view? Thanks I appreciate any
help.

Create a Query. In JET/Access, you can use Queries in very much the
same manner that you would use Views in SQL; they're even updateable
in most cases.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Back
Top