[AccessD] Office 2010

John Colby jwcolby at gmail.com
Wed Nov 4 18:13:56 CST 2015


It used to be that if you had ADO and DAO both referenced in the check 
box list, then the ORDER of the listing mattered, and DAO should come 
first. Basically ADO and DAO used the same names for some objects.

It is good habit to always use the prefix anyway, whether forced to or not.

On 11/4/2015 3:27 PM, Kaup, Chester wrote:
> My office computer recently got upgraded from Office 2007 to Office 2010. In my database in the code module I have Dim mydb as DAO database. Office 2010 seems to want me to put DAO in front of every recordset dim statement. EX Dim RS1 as DAO.Recordset. Is there a better way than having to do this for the entire database?
>
> Also since the calendar control no longer exists what is a good solution?
>
> Thank you for your thoughts.

-- 
John W. Colby



More information about the AccessD mailing list