[AccessD] Listbox question

Lembit Soobik Lembit.Soobik at t-online.de
Mon May 26 09:56:47 CDT 2003


love to hear that :)

Lembit Soobik

----- Original Message ----- 
From: "Arthur Fuller" <artful at rogers.com>
To: <accessd at databaseadvisors.com>
Sent: Monday, May 26, 2003 4:49 PM
Subject: RE: [AccessD] Listbox question


> Love this list! A dozen solutions in a few minutes! Makes me look like I
> know what I'm doing :-) My rates are high because I'm an army of coders....
> 
> Thanks, all.
> Arthur
> 
> 
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bruce Bruen
> Sent: May 26, 2003 10:10 AM
> To: accessd at databaseadvisors.com
> Subject: RE: [AccessD] Listbox question
> 
> 
> Dim x As Integer
>     With Me.List0
>         For x = 1 To .ListCount
>             .Selected(x - 1) = True
>         Next x
>     End With
> 
> Wassa mattta Art - gotta work for a change? :-)
> 
> Bruce
> 
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 



More information about the AccessD mailing list