RE: Disable other field in form
From: Kiwi lost in Asia (KiwilostinAsia_at_discussions.microsoft.com)
Date: 08/25/04
- Next message: Allen Browne: "Re: Subform's Form_Current is Triggered When Value in Parent Form is Changed"
- Previous message: Nikos Yannacopoulos: "Re: HELP WITH LITTLE PROBLEM"
- In reply to: Kyle: "RE: Disable other field in form"
- Next in thread: Nikos Yannacopoulos: "Re: Disable other field in form"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 00:33:06 -0700
Well, if you know VB syntax (I dont) then you could loop through the controls
on your field and lock them to start and unlock them wehn OnDirty (or
whatever happens when you click a combo box).
Or else you could set Modal on your details field to YES meaning people
can't click on "parent" forms while it's open. That would fix you up fine.
"Kyle" wrote:
> Thanks anyway, I thought of that too but it is not what I
> wanted.
> The form is very simple, contains only 4 field belows the
> name field. I don't want the user enter the other fields
> first then go back and select the name from the list. I
> want the other 4 fields locked by forcing the user to
> select name first then unlock other 4 fields.
>
> >-----Original Message-----
> >There's probably a better way to do it but here's my
> ghetto (I dont know
> >access very much) version.
> >
> >Have the user select his name on the previous for and
> click the button to
> >open the screen where he/she enters the information. Set
> the default value of
> >the UserName control to whatever it was on the other
> screen and lock it. That
> >way the users can't change details for other people by
> mistake.
> >
> >
> >
> >"Kyle" wrote:
> >
> >> The first box in my form, I have combo box for user to
> >> select his/her name then fill in the remain of the fields.
> >>
> >> How do I freeze all other fields in the form to prevent
> >> user to enter until his/her name is selected first in the
> >> Name field then the user can enter the remain of the
> fields.
> >>
> >> Thanks.
> >>
> >.
> >
>
- Next message: Allen Browne: "Re: Subform's Form_Current is Triggered When Value in Parent Form is Changed"
- Previous message: Nikos Yannacopoulos: "Re: HELP WITH LITTLE PROBLEM"
- In reply to: Kyle: "RE: Disable other field in form"
- Next in thread: Nikos Yannacopoulos: "Re: Disable other field in form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|