I want to add and maybe clear a statement I made that didn't sound good. I
honor Mr Viescas and his knowledge. The man is a genious with access.

Signature
Chris Hayes
Still a beginner (only 12 years)
[fyi, you can email me by getting rid of the British Comedian''s name who
wrote that song about "Spam"]
> Hey. This is my opinion, but this ebook comes in handey. I really suggest
> you get it if you are learning Access. The only draw back is his focus on
> DAO. I would say ADO is the way to go nowadays but he's old school and I
> can't blame him.
>
> http://www.amazon.com/Microsoft-Office-Access-2003-Inside/dp/0735615136/ref=pd_b
bs_sr_1/103-7459531-9007839?ie=UTF8&s=books&qid=1179507476&sr=8-1
John Viescas is one of the original Access MVPs, and the only one still an
Access MVP. His skills, particularly with SQL are legendary. He is the "go
to" person that even we as MVPs use for the most difficult SQL questions.
Most, but not all, Access/Jet users, at least judging by the questions here,
prefer to use DAO.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
>I want to add and maybe clear a statement I made that didn't sound good. I
> honor Mr Viescas and his knowledge. The man is a genious with access.
[quoted text clipped - 7 lines]
>>
>> http://www.amazon.com/Microsoft-Office-Access-2003-Inside/dp/0735615136/ref=pd_b
bs_sr_1/103-7459531-9007839?ie=UTF8&s=books&qid=1179507476&sr=8-1
David W. Fenton - 20 May 2007 18:25 GMT
> Most, but not all, Access/Jet users, at least judging by the
> questions here, prefer to use DAO.
And rightly so, as it makes more sense to use DAO for Jet data than
ADO, unless you need to do when of the handful of operations
supported by ADO that is not in DAO.
I do hope that MS rectifies that situation in the new DAO. Has
anybody checked in A2K7? Obviously, UserRoster isn't going to be
included, but maybe some of the field types that were left of DAO
3.6 are now included?

Signature
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
dbahooker@hotmail.com - 21 May 2007 18:49 GMT
I do anything I need via ADO
create a table?
THE CREATE TABLE TSQL
Why would I mix DAO and SQL in order to do something trivial like
that?
CREATE A QUERY? = CREATE VIEW TSQL OR CREATE PROCEDURE TSQL
Use of DAO is just flat out f.cking stupid
> > Most, but not all, Access/Jet users, at least judging by the
> > questions here, prefer to use DAO.
[quoted text clipped - 11 lines]
> David W. Fenton http://www.dfenton.com/
> usenet at dfenton dot com http://www.dfenton.com/DFA/