RE: Please Help!? new User
- From: "A. Smart" <ASmart@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Sep 2005 08:31:03 -0700
OK thanx Klatuu I'll save that for tommorrow!
--
Regards
Ashley Smart
"Klatuu" wrote:
> This is different. It has to do with how the recordset is defined. I think
> you need to identify it as a dynaset recordset type:
> Set myset = mydb.OpenRecordset("Objects to Copy", dbOpenDynaset)
>
> "A. Smart" wrote:
>
> > Right you are just re-checked DAO Object Libray. Excellent Thanx
> > I do have another Compile error now!
> >
> > If rs.NoMatch Then
> >
> > Method or Data Member not found (.NoMatch)
> > Can u help?
> > --
> > Regards
> >
> > Ashley Smart
> >
> >
> > "Klatuu" wrote:
> >
> > > You have a missing or undefined reference. In the VBA Editor,
> > > Tools->References
> > > If you see one that says "Missing", you need to reestablish the reference.
> > > If none are missing, then you need to add it. Because this happens trying to
> > > dim a database object, it is probably the dao library you are missing.
> > >
> > > "A. Smart" wrote:
> > >
> > > > I have succesfully used microsofts code to password protect a form, but when
> > > > applied to my own database I get a compile error for the type Database!!
> > > > Coding Line is:
> > > >
> > > > Dim db As DataBase
> > > >
> > > > From (http:/support.microsoft.com/default.aspx?scid=kb;en-us;179371)
> > > >
> > > > Error is:
> > > >
> > > > Compile Error:
> > > > User-defined type not defined
> > > >
> > > > Surely the database type isn't user defined. PLEASE Help!
> > > > --
> > > > Regards
> > > >
> > > > Ashley Smart
.
- References:
- Please Help!? new User
- From: A. Smart
- RE: Please Help!? new User
- From: Klatuu
- RE: Please Help!? new User
- From: A. Smart
- RE: Please Help!? new User
- From: Klatuu
- Please Help!? new User
- Prev by Date: RE: My event procedure doesn't work like it did before?
- Next by Date: Re: Form Will Not Sort!!!
- Previous by thread: RE: Please Help!? new User
- Next by thread: Re: Form Will Not Sort!!!
- Index(es):
Relevant Pages
|