L
lu_yanfeng
Can any body tell me how to create a View in Access using Jet SQL? And where
to get the detailed specific reference for Jet SQL?
to get the detailed specific reference for Jet SQL?
david epsom dot com dot au said:'JET SQL' has more features than the old SQL standard,
but fewer features than the new SQL standard. If you
want to use CREATE VIEW, you can't use 'JET SQL'.
Fortunately, JET also supports a dialect called 'ANSI SQL'.
To use the ANSI SQL dialect, you must use an ADO connection.
If you use DAO or the Access IDE, you get 'JET SQL'
rather than 'ANSI SQL'