Results 1 to 4 of 4
  1. #1
    Trojnfn is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Sep 2011
    Posts
    46

    Checkboxes ?

    I have a form where I track notes from meetings. I need to track the attendace and the cities that are represented at the meeting. I was thinking of having checkboxes for the attendance names and cities and then just check them off.

    Would this be the proper way to proceed ? If yes, how would I do it and how does the information get written into the table. I have a column called attendance and another call city, how would multiple values get inserted ?

    Thanks for any help.

  2. #2
    goodguy is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Location
    Zanzibar, Tanzania
    Posts
    229
    Open the table in Design View.
    Select the Attendance Column.
    Click on the Lookup tab of the Field Properties Pane at the bottom.
    Change the Display Control to Combo Box.
    Change the Row Source Type to Table/Query.
    Set the Row Source property.
    Set the Bound Column Property.
    Set the Column Count Property.
    Set the Column Widths Property.
    Set the Allow Multiple Values Property to Yes.
    Repeat for Cities column.

  3. #3
    Trojnfn is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Sep 2011
    Posts
    46
    Quote Originally Posted by goodguy View Post
    Open the table in Design View.
    Select the Attendance Column.
    Click on the Lookup tab of the Field Properties Pane at the bottom.
    Change the Display Control to Combo Box.
    Change the Row Source Type to Table/Query.
    Set the Row Source property.
    Set the Bound Column Property.
    Set the Column Count Property.
    Set the Column Widths Property.
    Set the Allow Multiple Values Property to Yes.
    Repeat for Cities column.
    Thanks for your help. It seems to work but with a slight problem. Instead of giving me names, it just displays the checkbox with numbers, when I review the table in datasheet view.

    I set the row source to the name of the master table that contains all the names and the bound column to 1, the column count is 1 and the column width is black. Are these settings correct ? All the others one are ok, but not sure about these.

  4. #4
    goodguy is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Location
    Zanzibar, Tanzania
    Posts
    229
    Quote Originally Posted by Trojnfn View Post
    Thanks for your help. It seems to work but with a slight problem. Instead of giving me names, it just displays the checkbox with numbers, when I review the table in datasheet view.

    I set the row source to the name of the master table that contains all the names and the bound column to 1, the column count is 1 and the column width is black. Are these settings correct ? All the others one are ok, but not sure about these.
    Open the table in Design View.
    Select the Attendance Column.
    Click on the Lookup tab of the Field Properties Pane at the bottom.
    Change the Display Control to Combo Box.
    Change the Row Source Type to Table/Query.
    Set the Row Source property:
    To something like: SELECT NAMEID, FIRSTNAME FROM NAMES
    Set the Bound Column Property.
    If you are saving the foreign key to the Attendance field, the bound column from the above query is 1.
    Set the Column Count Property.
    There are two columns in our T=Row Source SQL, so set it to 2.
    Set the Column Widths Property.
    Set the Allow Multiple Values Property to Yes.
    Repeat for Cities column.




Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access checkboxes & auditing
    By aqutan in forum Access
    Replies: 6
    Last Post: 09-15-2011, 08:45 AM
  2. Replace checkboxes with Icons
    By halfaguava in forum Forms
    Replies: 7
    Last Post: 07-14-2011, 03:31 PM
  3. Reports and Checkboxes
    By seah0rse in forum Access
    Replies: 1
    Last Post: 06-07-2011, 03:37 AM
  4. Clear all checkboxes?
    By thekruser in forum Forms
    Replies: 2
    Last Post: 09-16-2010, 09:50 AM
  5. Disable Checkboxes for a row in Form
    By seshan in forum Programming
    Replies: 1
    Last Post: 02-05-2010, 07:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums