RE: Subform reference



I'm not sure, but it happen to me, and that was the solution for my problem

"Brian" wrote:

> Is this a difference between A2K and A2003? This question came up while I was
> trying to answer another forum question. It worked on my A2003 without the
> "Me", but was not working that way for the user, who has A2K.
>
> "Ofer" wrote:
>
> > Try and add Me infront of it
> > Me.sbfrmItems.Locked = True
> >
> >
> >
> > "Brian" wrote:
> >
> > > I have this line in VBA: sbfrmItems.Locked = True
> > >
> > > to lock the subform sbfrmItems.
> > >
> > > When I compile, I get a "Variable not defined" on "sbfrmItems" .
> > >
> > > Access 2000 (9.0.2720) (it works in Access 2003)
> > >
> > > Is there any setting in Access that deals with how Access references a
> > > subform as an object on the form?
> > >
> > >
.



Relevant Pages

  • RE: Subform reference
    ... "Ofer" wrote: ... > Try and add Me infront of it ... >> to lock the subform sbfrmItems. ... >> Is there any setting in Access that deals with how Access references a ...
    (microsoft.public.access.formscoding)
  • RE: Subform reference
    ... > I have this line in VBA: ... > to lock the subform sbfrmItems. ... > Is there any setting in Access that deals with how Access references a ...
    (microsoft.public.access.formscoding)
  • Subform reference
    ... I have this line in VBA: ... to lock the subform sbfrmItems. ... Is there any setting in Access that deals with how Access references a ...
    (microsoft.public.access.formscoding)

Loading