[AccessD] Bind Form to RecordSet

Charlotte Foust charlotte.foust at gmail.com
Mon Feb 25 11:23:07 CST 2013


The RecordSource property takes a string.   When you bind a form to a
recordsource name, you get a DAO connection.  The Recordset Property, as
opposed to the Recordset Object, is for ADO binding.

Charlotte

On Sun, Feb 24, 2013 at 1:51 PM, William Benson (VBACreations.Com) <
vbacreations at gmail.com> wrote:

> What the ...???
>
> Maybe I am coming in too late on this thread to understand the import of
> this statement, which all are apparently taking as fact so I guess I may as
> well take it as fact too ... but ... I *never* would have thought that
> access forms could be bound only to adodb recordsets as opposed to DAO
> recordsets. I mean after all, ADO came along later in the Access lifecycle
> than DAO, correct? And weren't forms always able to be bound to recordsets?
>
> I feel totally lost in this.
>
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com [mailto:
> accessd-bounces at databaseadvisors.com] On Behalf Of Salakhetdinov Shamil
> Sent: Sunday, February 24, 2013 2:08 PM
> To: Access Developers discussion and problem solving
> Subject: Re: [AccessD] Bind Form to RecordSet
>
>  Hi Arthur --
>
> Access forms can be bound to ADODB recordsets only.
>
> -- Shamil
>
>


More information about the AccessD mailing list