473,396 Members | 1,608 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Using checkboxes to decide what records go on a report

1
Hi, I am fairly new to access and I've been spending the last week trying to figure out how I can select certain records to go on a report.

On my main form, I have journal titles listed and under each journal I have issues that I check into the form and each issue has its own record in my check-in table. If I do not receive an issue, I want to be able to check a checkbox that I have named "Claimed". Once I have received that issue I will uncheck it. I have added a column in the "Check-in" table named "Claimed" and it is a yes/no field.

I'm not sure if I even started this correctly, but once I check the checkbox in the form, I want it to update the record in the table and make the value in the "Claimed" field for that record true or yes or 1 or whatever it is suppose to be so that when I design a report I can select the report to only include items that have been checked claimed.

How will I go about even doing all of this?
I'm not even sure if I should use the Expression Builder, Macro, or Code and if it goes in the OnClick property of the checkbox.

If anyone can help me, or possibly suggest another method that may be easier it will be greatly appreciated.
Feb 3 '08 #1
1 1414
PianoMan64
374 Expert 256MB
Hi, I am fairly new to access and I've been spending the last week trying to figure out how I can select certain records to go on a report.

On my main form, I have journal titles listed and under each journal I have issues that I check into the form and each issue has its own record in my check-in table. If I do not receive an issue, I want to be able to check a checkbox that I have named "Claimed". Once I have received that issue I will uncheck it. I have added a column in the "Check-in" table named "Claimed" and it is a yes/no field.

I'm not sure if I even started this correctly, but once I check the checkbox in the form, I want it to update the record in the table and make the value in the "Claimed" field for that record true or yes or 1 or whatever it is suppose to be so that when I design a report I can select the report to only include items that have been checked claimed.

How will I go about even doing all of this?
I'm not even sure if I should use the Expression Builder, Macro, or Code and if it goes in the OnClick property of the checkbox.

If anyone can help me, or possibly suggest another method that may be easier it will be greatly appreciated.
If I understand your question correctly, you want to be able to update a value in the table called Claimed that is a yes/no field type from the main form that you're using to update this field by. If so here is what you're going to need to do.

Just simply bind the value in the table to a checkbox on the form.

If this is also updating another table that isn't bond to the form that you're checking the box on, then there's going to be a little programming involved to be able to do that.

I need to have more detail as to the structure of your database in order to give you a detail answer to that.

If you would like, you can email me at me@joepottschmidt.com for details.

Thanks,
Joe P.
Feb 4 '08 #2

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

Similar topics

7
by: Don Seckler | last post by:
I have a database that is going to be used to do billing on orders. I sent up a field for each record that is called Billed and is a yes/no field. I want to do a query that will pull all the...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
2
by: Incolor | last post by:
Hello All! I have to generate a checklist form as an input form in Access. A paper form is taken out in the field and checked yes, no, OR n/a for each item inspected. The problem I am having is...
16
by: Ian Davies | last post by:
Hello Needing help with a suitable solution. I have extracted records into a table under three columns 'category', 'comment' and share (the category column also holds the index no of the record...
10
by: chimambo | last post by:
Hi All, I have a little problem. I am retrieving records from a table and I want to update the records using checkboxes. I am able to display the database record quite alright and I have created...
1
by: Sunray | last post by:
I have a form called the sales form and i have 2 sets of listboxes So what happens is. i add items form the bottom set of list boxes which are bound to a data base to the top set of list boxes which...
2
by: AlexanderDeLarge | last post by:
Hi! I got a problem that's driving me crazy and I'm desperately in need of help. I'll explain my scenario: I'm doing a database driven site for a band, I got these tables for their discography...
14
by: zufie | last post by:
I have to create a QA report regarding callers calling into a phone hotline. The report consists of many checkboxes such as: Did the IBCCP agency contact you? Yes/NO How many days passed...
9
by: kashif73 | last post by:
Hi, I am creating a report in Access, where the users select checkboxes & they get the required data from table in the report. Below is the sql statement i have written: SELECT * FROM tblMain...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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,...

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.