Re: List box, multiselect
From: Ron Weiner (weinNoSpam1_at_mindspring.com)
Date: 09/22/04
- Next message: Joanne: "Re: date format and control source"
- Previous message: Primoz Bradac: "Access snapshots with VBScript"
- In reply to: TRM: "Re: List box, multiselect"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 06:51:25 -0400
You CAN set this property programmatically with VBA BUT you have to open the
form in Design Mode to do it.
DoCmd.OpenForm "xxx" ,acDesign
Ron W
"TRM" <anonymous@discussions.microsoft.com> wrote in message
news:45b801c4a07b$ea4ca690$a301280a@phx.gbl...
> Thanks. I thought I saw in the help file that it could
> be set in VB. Must have been something else. THANKS!
> >-----Original Message-----
> >Sorry you cant do that. Access help clearly says that
> the MultiSelect
> >property can only be changed in Form Design.
> >
> >You might want to consider having 2 listboxes on
> MultiSelect and the other
> >not both with the same RowSource, and flip their
> visibility as desired.
> >While this might be a little messy, it is doable.
> >
> >Ron W
> >"TRM" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:2bd901c49fb4$0c539370$a501280a@phx.gbl...
> >> I would like to programatically change a listbox
> >> from "multiselect" to "standard" depending on how/what
> >> the circumstances are. I'm getting an error that the
> >> property cannot be updated (something similar).
> >>
> >> Any ideas?
> >>
> >> THANKS!
> >
> >
> >.
> >
- Next message: Joanne: "Re: date format and control source"
- Previous message: Primoz Bradac: "Access snapshots with VBScript"
- In reply to: TRM: "Re: List box, multiselect"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|