A stupid Question from a 1st day Access Programmer chkbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • msbs48
    New Member
    • Oct 2006
    • 4

    A stupid Question from a 1st day Access Programmer chkbox

    chkbox

    1. i pasted in on the form.. there does not seem to be a caption property.. i saw a couple of examples setting the caption in the from load.. The methods/Events window in the code does not show a caption property


    2. when i ran the form. i could not check the check box

    help !!

    thanks

    ben
  • Tess100
    New Member
    • Oct 2006
    • 3

    #2
    Did you create a field in your table to hold the result of the check box?

    Did you insert the check box on your form from the toolbox?

    If so there should have been a label box next to the check box that you can change to what ever text you want.

    Comment

    • msbs48
      New Member
      • Oct 2006
      • 4

      #3
      Originally posted by Tess100
      Did you create a field in your table to hold the result of the check box?

      Did you insert the check box on your form from the toolbox?

      If so there should have been a label box next to the check box that you can change to what ever text you want.
      Answer
      I found out about the attached label... so i was able to change the text

      this is access 2003

      the chk box came from the tool box... but at run time the box does NOT flip from chk to uncheck ??? almost as if it were disabled

      Comment

      Working...