On Tue, 19 Oct 2010 06:31:19 -0700 (PDT), stefania nj <(E-Mail Removed)>
wrote:
>Hi,
>I have migrated my access tables to SQL Server 2005.
>I linked the tables to use with my front-end via ODBC.
>I am having serious issues with DAO recordsets
> Set rst = CurrentDb.OpenRecordset(sql, dbSeeChanges)
Try
Set rst = CurrentDb.OpenRecordset sql, dbOpenDynaset, dbSeeChanges
There are multiple arguments to the OpenRecordset method. The order in which
they are provided makes a difference!
--
John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/For...-US/accessdev/
http://social.answers.microsoft.com/.../en-US/addbuz/
and see also
http://www.utteraccess.com