Hello all,
I have a check box (yes/no) in a form. I want the checkbox when it is checked or unchecked to update another table which is not a yes or no, it's data.
How to I populate the information to the other table when the check box is selected?
EX:I have a customer table for cabinet installations. In the customer form I have a checkboxes for Demo Instructions, Permits, City Inspections, Framing, Plumbing, Electrical, Counter Tops, Floor repair etc etc..
Not all customer jobs will have all the same elements, so in my customer form I have all of the possiblities listed as check boxes.
If a job has Plumbing, the check box is selected, if it doesn't it is left unchecked.
When the check box is checked (ex: Plumbing), I want another table to be updated that the customer job has Plumbing (If the check box is selected in Table A, then in Table B in a field the entry would be PLUMB..)
The sole purpose of this is to generate a report that shows grouped phases by type: Demo Instructions, Permits, City Inspections, Framing, Plumbing, Electrical, Counter Tops, Floor repair etc etc..
This report will let us see how many customer jobs have how many different types of phases that need to be done.
If you are confused, just respond to this post and I will give you as much information as I can...
Thanks in advance for your help.
I have a check box (yes/no) in a form. I want the checkbox when it is checked or unchecked to update another table which is not a yes or no, it's data.
How to I populate the information to the other table when the check box is selected?
EX:I have a customer table for cabinet installations. In the customer form I have a checkboxes for Demo Instructions, Permits, City Inspections, Framing, Plumbing, Electrical, Counter Tops, Floor repair etc etc..
Not all customer jobs will have all the same elements, so in my customer form I have all of the possiblities listed as check boxes.
If a job has Plumbing, the check box is selected, if it doesn't it is left unchecked.
When the check box is checked (ex: Plumbing), I want another table to be updated that the customer job has Plumbing (If the check box is selected in Table A, then in Table B in a field the entry would be PLUMB..)
The sole purpose of this is to generate a report that shows grouped phases by type: Demo Instructions, Permits, City Inspections, Framing, Plumbing, Electrical, Counter Tops, Floor repair etc etc..
This report will let us see how many customer jobs have how many different types of phases that need to be done.
If you are confused, just respond to this post and I will give you as much information as I can...
Thanks in advance for your help.