Re: List Box Multiple clicking
- From: neenmarie <neenmarie@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 07:05:03 -0700
Thank you for your response...I'm still a little confused
Also, In the code I don't understand what the "ctllstbox.Name" means. What
do I put in "Name" and what will this do?
Thank you
"HC" wrote:
> Just a quick suggesstion. Why don't you requery on the enter property
> for 2nd and 3nd list box ? Put the code below in the enter property
>
> Dim ctllstbox As Control
> Set ctllstbox = Me![Listbox1]
> DoCmd.Requery ctllstbox.Name
>
> Set ctllstbox = Me![Listbox2]
> DoCmd.Requery ctllstbox.Name
>
> If you want the user only click one, you may chance the property of the
> listbox on the code. Hope it help and sorry if i'm misleading your
> question.
>
>
.
- Follow-Ups:
- Re: List Box Multiple clicking
- From: HC
- Re: List Box Multiple clicking
- From: HC
- Re: List Box Multiple clicking
- From: HC
- Re: List Box Multiple clicking
- From: HC
- Re: List Box Multiple clicking
- From: HC
- Re: List Box Multiple clicking
- From: neenmarie
- Re: List Box Multiple clicking
- References:
- List Box Multiple clicking
- From: neenmarie
- Re: List Box Multiple clicking
- From: HC
- List Box Multiple clicking
- Prev by Date: RE: Subform doesn't allow new records
- Next by Date: RE: Num Lock disabled after click event
- Previous by thread: Re: List Box Multiple clicking
- Next by thread: Re: List Box Multiple clicking
- Index(es):
Relevant Pages
|