Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / November 2005

Tip: Looking for answers? Try searching our database.

ListBox Checkbox

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DS - 28 Nov 2005 15:35 GMT
I have a listbox, when you click on it, it filters the contents in
another listbox.  This works fine.  my question is, instead of having
the second listbox I want a series of 7 checkboxes, one for each day of
the week.  I want to be able to display whether that checkbox is checked
for that particlar record and if it;s not have the option to check it.
Right now the second listbox displays the days but I need to do it from
a checkbox....any suggestions?
Thanks
DS
Warrio - 28 Nov 2005 18:25 GMT
One suggestion is to create 7 records (into a table) for each record of your
left listbox
and then display (when the user selects a line in the listbox) the 7
records, that are related to the line selected, in a continious subform

for instance:

LeftListBox:
ID   |  Name
=========
1     |  Jhon
2     | Maria
5     | Jean

Continuous SubForm
ID    |    Day    |    Checked
===================
2      |    Mon.   |    Yes
2      |    Tue      |    Yes
2      |    Wed    |    Yes
2      |    Thu      |    No
2      |    Fri       |    Yes
2      |    Sat      |    No
2      |    Sun     |    No

>I have a listbox, when you click on it, it filters the contents in another
>listbox.  This works fine.  my question is, instead of having the second
[quoted text clipped - 5 lines]
> Thanks
> DS
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.