Is there a setting for un-bound check boxes in
A2003 such that the form will open with the
check boxes shown with a white background?
As it is, the form opens with such boxes shown
with grayed backgrounds. If one then checks
and un-checks the boxes, they will then show
with white backgrounds.
|
|
0
|
|
|
|
Reply
|
Bill
|
3/15/2010 12:29:41 AM |
|
On Sun, 14 Mar 2010 17:29:41 -0700, Bill wrote:
> Is there a setting for un-bound check boxes in
> A2003 such that the form will open with the
> check boxes shown with a white background?
> As it is, the form opens with such boxes shown
> with grayed backgrounds. If one then checks
> and un-checks the boxes, they will then show
> with white backgrounds.
The "white background" would indicate a No value.
Is that OK?
Set the control's default value property to:
0
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
|
|
0
|
|
|
|
Reply
|
fredg
|
3/15/2010 12:53:26 AM
|
|
"fredg" <fgutkind@example.invalid> wrote in message
news:1cg2qh5nti919$.1p7s8dan3kvmo.dlg@40tude.net...
> On Sun, 14 Mar 2010 17:29:41 -0700, Bill wrote:
>
>> Is there a setting for un-bound check boxes in
>> A2003 such that the form will open with the
>> check boxes shown with a white background?
>> As it is, the form opens with such boxes shown
>> with grayed backgrounds. If one then checks
>> and un-checks the boxes, they will then show
>> with white backgrounds.
>
> The "white background" would indicate a No value.
> Is that OK?
> Set the control's default value property to:
> 0
> --
> Fred
> Please respond only to this newsgroup.
> I do not reply to personal e-mail
Thanks Fred. Yes, it's my intent to have the text
box open with a No value. (I don't know why it
didn't occur to me to set the default property.)
Thanks again,
Bill
|
|
0
|
|
|
|
Reply
|
Bill
|
3/15/2010 12:58:16 AM
|
|