Yes/No Item

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Just a curious question. Is it possible to eliminate the shadow in the
display box of the yes/no elements on a form when a new entry is being keyed?

Thanks, and excuse me for asking this.
Tom
 
Al,

Excuse me again, but I can't figure out how to do what you told me to do. I
guess I need step by step instructions I can follow to change the default
value for the Chkbox.

Sorry,
Tom
 
Tom,
In Design mode, if your Properties Dialog box is not displayed, use
View/Properties from the main menu to display it.
Make sure the ALL tab in that box is selected.
Select the chkbox.
The Properties box should display all the properties of your chkbox.
Find the Default Value and enter False in the text box next to Default
Value.

Whenever a new record is created, the chkbox will be empty... no check...
no grey.
In the old records you have, the chkbox will still display grey if they
have never been altered from their original creation.
 
Back
Top