> You don't mention which libraries you have a reference to. You need DAO
> 3.6. It sounds like you may have a reference to ADO instead...or maybe
[quoted text clipped - 20 lines]
> >
> > Mark A. Sam
Probably having a problem with ambiguity.
1. Try disambiguating the syntax by being Explicit:
Dim rst As DAO.Recordset
Dim db As DAO.Recordset
2. Make sure that the Microsoft ActiveX Data Objects 2.5 Library is
positioned below the DAO library or that it is turned off.
3. Try saving, compiling, then saving again after turning it off. Build a
new empty database with only the DAO reference, and importing everything
afterwards. Then compile and save it.

Signature
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
> Hello Paul,
>
[quoted text clipped - 37 lines]
> > >
> > > Mark A. Sam
Mark A. Sam - 09 Aug 2005 11:38 GMT
> Probably having a problem with ambiguity.
Hello Arvin,
> 1. Try disambiguating the syntax by being Explicit:
>
> Dim rst As DAO.Recordset
> Dim db As DAO.Recordset
I tried it. It didn't help
> 2. Make sure that the Microsoft ActiveX Data Objects 2.5 Library is
> positioned below the DAO library or that it is turned off.
It is. I even tried turning off the ActiveX Objects
> 3. Try saving, compiling, then saving again after turning it off.
Build a
> new empty database with only the DAO reference, and importing
everything
> afterwards. Then compile and save it.
I'll try that. If it works, I'll give the user her own copy of the Front
End.
God Bless,
Mark
> Arvin Meyer, MCP, MVP
> Microsoft Access
[quoted text clipped - 45 lines]
> > > >
> > > > Mark A. Sam
Paul Overway - 09 Aug 2005 13:47 GMT
See http://support.microsoft.com/default.aspx?scid=kb;en-us;319841
Particulary cause 1.

Signature
Paul Overway
Logico Solutions, LLC
www.logico-solutions.com
>> Probably having a problem with ambiguity.
>
[quoted text clipped - 79 lines]
>> > > >
>> > > > Mark A. Sam
Mark A. Sam - 09 Aug 2005 19:49 GMT
Thank you Paul. It was Cause 1 and the user is a happy camper (which is
important, becuase she writes my check) ;)
God Bless,
Mark
> See http://support.microsoft.com/default.aspx?scid=kb;en-us;319841
>
[quoted text clipped - 83 lines]
> >> > > >
> >> > > > Mark A. Sam