Re: List Box Multiple clicking

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.
>
>
.



Relevant Pages

  • Move Up, Move Down Effect
    ... By any chance does anybody know where I could find help (or if he could help ... found next to listboxes giving someone the ability to move listbox items ... thanks in advance, george ... Prev by Date: ...
    (microsoft.public.access.formscoding)
  • Re: List Box Multiple clicking
    ... The one above you will have to chance your listbox name ... confusing. ... Prev by Date: ...
    (microsoft.public.access.forms)
  • Re: List Box Multiple clicking
    ... The one above you will have to chance your listbox name ... confusing. ... Prev by Date: ...
    (microsoft.public.access.forms)
  • Re: List Box Multiple clicking
    ... The one above you will have to chance your listbox name ... confusing. ... Prev by Date: ...
    (microsoft.public.access.forms)
  • Re: List Box Multiple clicking
    ... The one above you will have to chance your listbox name ... confusing. ... Prev by Date: ...
    (microsoft.public.access.forms)