[AccessD] Continuous subform on a continuous subform

Drew Wutka DWUTKA at Marlow.com
Wed Mar 19 14:55:27 CDT 2008


Ummmm, every version I've seen, though I don't have 2007 on anything
anymore.  A Listbox is a combobox, that doesn't drop down, so you see
multiple items.  In fact, listboxes and comboboxes are functionally
identical with that one exception.  

Both have column count properties. If you are trying to create data in
multiple columns with a string datasource (Value List), you set the
column count, then put in the data, like this:

Columncount=3

DataString"1,2,3,2,3,4,3,4,5"

Would produce a listbox of:

1	2	3
2	3	4
3	4	5

Of course, I personally recommend callback functions over value lists
anytime!

Drew

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Charlotte
Foust
Sent: Wednesday, March 19, 2008 2:47 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Continuous subform on a continuous subform

In what version?  I'm not talking about listviews, but listboxes.

Charlotte Foust 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Drew Wutka
Sent: Wednesday, March 19, 2008 12:36 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Continuous subform on a continuous subform

Huh, listboxes do have multiple columns....

Drew

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Charlotte
Foust
Sent: Wednesday, March 19, 2008 2:27 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Continuous subform on a continuous subform

Listboxes don't HAVE multiple columns.  Try lining up the data when you
build the string for each row out of multiple bits.

Charlotte Foust 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Susan Harkins
Sent: Tuesday, March 18, 2008 6:35 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Continuous subform on a continuous subform

True, no editing -- just viewing related data and of course, a quick
double-click can open an editing form, but I don't have a problem with
the mutliple columns.

Susan H.


> Unfortunately, I've never found a way to edit list controls ;-> and 
> multiple columns are problematic.

--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com The information contained in
this transmission is intended only for the person or entity to which it
is addressed and may contain II-VI Proprietary and/or II-VI Business
Sensitive material. If you are not the intended recipient, please
contact the sender immediately and destroy the material in its entirety,
whether electronic or hard copy. You are notified that any review,
retransmission, copying, disclosure, dissemination, or other use of, or
taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited.


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
The information contained in this transmission is intended only for the person or entity to which it is addressed and may contain II-VI Proprietary and/or II-VI Business Sensitive material. If you are not the intended recipient, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy. You are notified that any review, retransmission, copying, disclosure, dissemination, or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited.





More information about the AccessD mailing list