Perhaps, but the syntax I posted is from at least the Jet 3
That is interesting: I have never seen "MS Access;"
If you look at the linked tables, you will see that
the normal connect string is just ";database=c:\db99.mdb",
but that doesn't work in queries.
The SQL I posted is what I get when I drop down the
Query Menu, and select Make Table query.
I was wrong to suggest that your SQL was 'ANSI' SQL.
I don't know what the syntax would be for that, but
I suspect something like:
Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\db.xls; Extended
Properties='Excel 8.0;HDR=Yes;IMEX=1'
(david)
INTO [MS Access;Database=C:\db99.mdb;].Orders
If you have your database set to 'ANSI' mode,
you get may get SQL like this from the QBE window.
Perhaps, but the syntax I posted is from at least the Jet 3 era i.e.
not limited to Jet 4 which 'ANSI' mode implies.
You also need the 'MS Access' clause if you are
using an ADO connection instead of CurrentDB.
I use 'MS Access' simply to fully qualify the data source as, erm, Jet