Editing mdb recordset through VBA

L

Linda Mick

First, if this has been addressed and I couldn't find it,
please feel free to respond privately.

In earlier versions of VBA, I was able to use
With... .Edit... !name = name... .Update... End with. I'm
using 2002 right now, and get an error that the data
member cannot be found on .Edit - I'm only
offered .Editmode. Did something change or am I missing a
library in my references? -Thanks!
 
J

John Spencer (MVP)

Probably you don't have DAO 3.6(?) as a reference.

Starting with Access 2000, Access defaults to ADO and doesn't automatically
include a reference to DAO.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top