473,657 Members | 2,624 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Multiple Checkbox Options

8 New Member
Hi To all,

I'm new here in bytes, I would like to ask for your help on the database the i'm working on. Here are some details
Expand|Select|Wrap|Line Numbers
  1. Name: ________                       Covered Date:__________
  2. #    Process   Mon Tue Wed Thur  Fri    Remarks    Description  
  3. 1       A      Chekboxes      txtbox
  4. 2       B      Chekboxes      txtbox
  5. 3       C      Chekboxes      txtbox
  6. 4       D      Chekboxes      txtbox
  7. 5       E      Chekboxes      txtbox
  8. 6       F      Chekboxes      txtbox
  9. 7       G      Chekboxes      txtbox
That needs to compute/total the number of checkbox ticked for each process for covered period inputted (weekly basis).
I'm having problem in connecting the checkbox to the tables in access and the codes that will compute the checkboxes.

I will appreciate all the help that I can get.....
Thanks!!!
Skiedg
Oct 30 '08 #1
17 3869
NeoPa
32,568 Recognized Expert Moderator MVP
You don't give much detail of your problem and it's not clear what you're having trouble with. Can you clarify the question.
Oct 30 '08 #2
Cuteako
8 New Member
My problem is first how to connect multiple checkbox in a table.
How to sum the checkbox that are ticked for the covered period given.
The description of the form is there are task to be completed weekly mon-fri.
then the user will tick the task that she/he have done.

Fields:

a.Employee ID
b.dates covered.
c.checkbox
d.remarks

Thank you very much for your assistance....
Oct 31 '08 #3
NeoPa
32,568 Recognized Expert Moderator MVP
My problem is first how to connect multiple checkbox in a table.
Each CheckBox is bound to a different (Yes/No) field within the table.
How to sum the checkbox that are ticked for the covered period given.
What defines the period? All fields in a single record? A particular Yes/No (CheckBox) field across all, or even a specified range of, records?

NB. After reading your explanation (which comes after this question) it is clear they should be multiple Yes/No fields in the record. This isn't reflected in your record layout though.
The description of the form is there are task to be completed weekly mon-fri.
then the user will tick the task that she/he have done.

Fields:

a.Employee ID
b.dates covered.
c.checkbox
d.remarks
Ah, some explanation at last, but how can a single CheckBox (c) cover Monday to Friday?
Oct 31 '08 #4
Cuteako
8 New Member
-What defines the period? The user will input the covered period. For example
Start Date: 11/3/2008
End Date:11/7/2008

-Each task will have 5 checkboxes to reflect the monday to friday task.

-I did try to connect the checkboxes to the table using yes/no in the properties ''Control Source" however after connecting the checkbox becomes disable.

Thank you again......
Nov 3 '08 #5
NeoPa
32,568 Recognized Expert Moderator MVP
-What defines the period? The user will input the covered period. For example
Start Date: 11/3/2008
End Date:11/7/2008
I'm thinking more of how it is defined within the form.
-Each task will have 5 checkboxes to reflect the monday to friday task.
This seems contradictory to the statement made in post #3 (quoted in my previous post). This needs to be clarified.
Is it one or the other? It's important (critical) to know this.
-I did try to connect the checkboxes to the table using yes/no in the properties ''Control Source" however after connecting the checkbox becomes disable.
Connecting is done by setting the Control Source property of each CheckBox item to the (or one of the - depending on the actual design) name of the boolean (Yes/No) field in the table.
Nov 3 '08 #6
Cuteako
8 New Member
A.I'm thinking more of how it is defined within the form.
- Textbox for Start Date
- Textbox for End Date
This is is for the covered period.
B. This seems contradictory to the statement made in post #3 (quoted in my previous post). This needs to be clarified.
Is it one or the other? It's important (critical) to know this.
- Sorry but I forgot to indicate that each task has multiple checkboxes
-5 to be exact for each task.
C.Connecting is done by setting the Control Source property of each CheckBox item to the (or one of the - depending on the actual design) name of the boolean (Yes/No) field in the table.
-Yes I did create a table with Yes/No field in the table and did try to connect it but the checkbox become unable.

Thank you for your patience and understanding.
Nov 4 '08 #7
missinglinq
3,532 Recognized Expert Specialist
I've deleted your latest, duplicate thread on this problem. This note will bump this thread back up to the top of the queue. In the future, please don't post duplicate threads. If, after a reasonable time, your problem hasn't been solved, or appears to not be attracting attention, add a note yourself. This will bring it back to the top of the queue, and all of the previous questions/answers will be part of it. Simply reposting your question, as you did, gives no one the benefit of NeoPa's questions or your replies.

Linq ;0)>

Moderator
Nov 9 '08 #8
Cuteako
8 New Member
Hi Everyone,

I really need help on this project; I will give more details so you could understand it more.

The database if for task monitoring (weekly). Employees will log every last day of the week to record what task have they done for the week.

Name: Start Date:
Employee ID: End Date:

Task Mon Tue Wed Thur Fri
1 < > < > < > < > < >
2 < > < > < > < > < >
3 < > < > < > < > < >
4 < > < > < > < > < >
5 < > < > < > < > < >

< > = checkbox
I created 3 tables already;
1st is for list of task
2nd is for task completed where in I used yes/no for Mon-Fri.
3rd is for list of employees with their employee ID’s

I already connect the first row of checkbox in the table of task completed however when I try to check the 2nd row of the task the value of the 1st row defaulted and when I try to change it it doesn’t work how do I go about it

And also I need to sum the checkboxes according to task, employee and by dates also.

I hope someone can help me with my office project.
I will really appreciate any help that you could give.

Thank you so much in advance.
Nov 11 '08 #9
NeoPa
32,568 Recognized Expert Moderator MVP
I'm sorry I've been a little tied up during the last week and haven't had time to look at this problem. I hope to find time shortly to give this some more attention. Thank you for your patience.
Nov 11 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

3
13213
by: jason | last post by:
How does one loop through the contents of a form complicated by dynamic construction of checkboxes which are assigned a 'model' and 'listingID' to the NAME field on the fly in this syntax: Hunter_69. Here is what the form looks like. I have the difficulty of inserting the multiple items selected by the user the first time he visits and uses the screen and then using an UPDATE when he visits later. Model | Original Price | Reduced Price...
4
3809
by: Dave Parrin-Bull | last post by:
Hi all, I have been asked (nay told!) to do a quiz for a webpage at work, now I can do the basic things like getting the radio boxes up there and assign values to them but here is what they want: 5 options (done that) You can only select 2 of the 5 options (dont know how to do that)
1
1965
by: Paul Goodley | last post by:
Typically, shopping carts add a single item at a time, so it's easy to prompt the user for information needed for the order, but what if the shopping cart needs to process thirty items at once? I am working on a shopping cart for a wholesale project and have run into trouble. Retailers log into the site, click a link to take them to the category, and get table with images and a checkbox. They click the checkbox of each item they want to...
0
1990
by: Faybert | last post by:
Hello, and Thanks in advance for any light you might shed on my troubles. I'm trying to setup a series of checkboxes, or a checkboxlist to control the results that are shown on a gridview control. I have a column in my database that hold the current status of the items in there. If I used a checkboxlist and populate it with my options, and set the SQL statement on my gridview control to: "SELECT , , , FROM WHERE
1
5321
by: Yelena Varshal via AccessMonster.com | last post by:
Hello, What are the pre-requisites / conditions for the ability to create multiple connections to MS ACCESS database and what is the precedence of its application? adModeShareDenyNone in the code, Exclusive checkbox in the ODBC source, Tools->Options->Advanced->Shared in the Database Options, what else? I have a problem when multiple connections could not be opened at the same time from my code on one server but could be on another server....
3
5147
by: mountain.dog | last post by:
I have a query that shows a list of options that a user can toggle on or off using a checkbox. query... form... while($row = mysql_fetch_array($result))... <input name="menu_show_attribute" type="checkbox" class="checkbox"'); if ($row == 1) { echo (' value="'.$row.'" checked />
4
5469
by: ATDave | last post by:
So basically I'm just creating a form that I want the results e-mailed to somebody. I have everything working except for the checkmark sections that can have multiple answers. I'm a newbie when it comes to PHP, so please be easy :) So to show an example: <input type="checkbox" name="SelfDevelopmentInterest" class="other" value="Self Confidence" /> <label class="left">Self Confidence</label<br />
25
5387
by: bonneylake | last post by:
Hey Everyone, Well i am not sure if my question needs to be here or in coldfusion. If i have my question is in the wrong section i am sorry in advance an will move it to the correct section. Basically i have a multiple select box. An it works except for this one part i want to add to it.The first box i have is called project members which shows the users you can choose to send an email to and the other box is called assignees which is the...
482
27571
by: bonneylake | last post by:
Hey Everyone, Well i am not sure if this is more of a coldfusion problem or a javscript problem. So if i asked my question in the wrong section let me know an all move it to the correct place. what i am trying to display previously entered multiple fields. I am able to get my serial fields to display correctly, but i can not display my parts fields correctly. Currently this is what it does serial information 1 parts 1
3
4917
by: didi86 | last post by:
Please help me to adding multiple row at a time... // Last updated 2006-02-21 <script language="javascript"> function addRowToTable() { var tbl = document.getElementById('tblSample'); var lastRow = tbl.rows.length; // if there's no header row in the table, then iteration = lastRow + 1
0
8407
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8512
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8612
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7347
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2739
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1969
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1732
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.