A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Checkbox



 
 
Thread Tools Display Modes
  #1  
Old November 1st, 2006, 11:59 PM posted to microsoft.public.access.forms
Rafi
external usenet poster
 
Posts: 27
Default Checkbox

I have a form with multiple checkbox controls named Delete, Append, Update,
etc, The source for each control is a select statement such as

Select Status from Tbl_Menu_Items where Name = "Delete"

Status has the value of -1 or 0


How do I get the individual checkbox controls to display (Yes/No) that
reflects their status in the table. I want to updatethese controls when I
open my form.

Thanks for the help
  #2  
Old November 2nd, 2006, 01:00 AM posted to microsoft.public.access.forms
Damian S
external usenet poster
 
Posts: 741
Default Checkbox

Hi Rafi,

If you want a checkbox to format as Yes/No, then have it as a text box
control with the Format set to Yes/No.

If you have the source set as per your description, the checkboxes should be
updating when you open your form already.

Damian.

"Rafi" wrote:

I have a form with multiple checkbox controls named Delete, Append, Update,
etc, The source for each control is a select statement such as

Select Status from Tbl_Menu_Items where Name = "Delete"

Status has the value of -1 or 0


How do I get the individual checkbox controls to display (Yes/No) that
reflects their status in the table. I want to updatethese controls when I
open my form.

Thanks for the help

 




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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.