> > > Okay, I will try that, but are you saying there is no way to do it
> > using the
[quoted text clipped - 33 lines]
> know if it is possible to update the Parameter object from Excel after
> creating an Access object ?
rmcompute,
You'll need a reference set to the "Microsoft DAO 3.6 Object
Library" (and possibly to the "Microsoft Access X.0 Object Library",
as well), but yes, you can. Just write your DAO code directly in an
Excel VBA Project.
You can create or reference TableDefs, QueryDefs, or whatever DAO
will do. You can do this from Word, too, or even PowerPoint.
Sincerely,
Chris O.
rmcompute - 19 Nov 2005 13:46 GMT
Thank you.
> > > "rmcompute" <rmcompute@discussions.microsoft.com> wrote in
> message
[quoted text clipped - 56 lines]
>
> Chris O.