dbTalk Databases Forums  

Check Box

comp.databases.ms-access comp.databases.ms-access


Discuss Check Box in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Paul
 
Posts: n/a

Default Check Box - 01-22-2008 , 11:34 AM






How do I default a Check Box to have the tick already in it

Reply With Quote
  #2  
Old   
frogsteaks@yahoo.com
 
Posts: n/a

Default Re: Check Box - 01-22-2008 , 11:35 AM






On Jan 22, 12:34*pm, Paul <burnsp... (AT) hotmail (DOT) co.uk> wrote:
Quote:
How do I default a Check Box to have the tick already in it
set the default value to true i believe


Reply With Quote
  #3  
Old   
Paul
 
Posts: n/a

Default Re: Check Box - 01-22-2008 , 11:39 AM



On 22 Jan, 17:35, frogste... (AT) yahoo (DOT) com wrote:
Quote:
On Jan 22, 12:34*pm, Paul <burnsp... (AT) hotmail (DOT) co.uk> wrote:

How do I default a Check Box to have the tick already in it

set the default value to true i believe
Have set Default Value to True but no joy. Thanks


Reply With Quote
  #4  
Old   
frogsteaks@yahoo.com
 
Posts: n/a

Default Re: Check Box - 01-22-2008 , 01:01 PM



On Jan 22, 12:39*pm, Paul <burnsp... (AT) hotmail (DOT) co.uk> wrote:
Quote:
On 22 Jan, 17:35, frogste... (AT) yahoo (DOT) com wrote:

On Jan 22, 12:34*pm, Paul <burnsp... (AT) hotmail (DOT) co.uk> wrote:

How do I default a Check Box to have the tick already in it

set the default value to true i believe

Have set Default Value to True but no joy. Thanks
If you have this on a form and the Check Box is bound to a field in
the underlying recordsource, then the box will reflect the value in
the current record. If it is an unbound object, then setting the
defualt to True will have it checked by default. If you are
attempting to set the default value of the check box for a new record
in the datasource, this is accomplished by setting the default for the
field in the table in question to True.


Reply With Quote
  #5  
Old   
Dominic Vella
 
Posts: n/a

Default Re: Check Box - 01-23-2008 , 01:12 AM



There are 2 places where you would set the default value of a check box.

1) This is set in your Table
2) Secondly, in the Form where your table data is presented.

The Form will normally over-ride the Table's default.

To set the default value to show a tick you can use True, Yes or -1.

Changing the default value will only effect new data being entered. You
will need to edit any data that you may have at the time.


Hope this helps.


Dominic


"Paul" <burnspaul (AT) hotmail (DOT) co.uk> wrote

Quote:
How do I default a Check Box to have the tick already in it



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.