View Single Post
  #9  
Old January 25th, 2009, 08:49 PM posted to microsoft.public.access.forms
Ken Snell \(MVP\)
external usenet poster
 
Posts: 2,506
Default Dynamic recordset

Hmmmm.... No, I am not aware of any examples or samples on internet.

See these articles for more details:

How to bind Microsoft Access forms to ADO recordsets
http://support.microsoft.com/kb/281998

ACC2000: Forms Based on ADO Recordsets Are Read-Only
http://support.microsoft.com/kb/227053


--

Ken Snell
MS ACCESS MVP
http://www.accessmvp.com/KDSnell/




"Mark A. Sam" wrote in message
...
Any examples anywhere?

"Ken Snell (MVP)" wrote in message
...
The form will use the Recordset's data as the data for the form. It works
best for DAO recordsets. ADODB recordsets can be used, but the form will
be a read-only form (no editing of data allowed).