[AccessD] Control within a Control

John Bartow john at winhaven.net
Fri May 12 17:31:32 CDT 2006


David,
Beyond Lambert's suggestion I think the only solution would be to use an
active X control from a third party. There are some out there that can
present data in various formats and may be able to do what you need.

I haven't used this but it looks as if the List Component of Solutions::PIM
Professional will do this. Here's a web link:
http://www.databasecreations.com/prod_solpim.htm 

HTH
John B.

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Heenan, Lambert
Sent: Friday, May 12, 2006 11:15 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Control within a Control

A combo box is so-called because it is a combination of a textbox and a
list. It is designed to accept textual input and nothing else. 

It might be possible to *display* a checkbox value by converting the
true/false values to particular characters. For instance the Unicode Arial
font has a square root symbol that could be used as a checkmark, and the
same font has a 'white square' character that could represent an unchecked
checkbox. 

Lambert




More information about the AccessD mailing list