Checking one box

Bakta

Registered User.
Local time
Today, 23:22
Joined
Aug 23, 2004
Messages
26
It should be exceedingly simple, but I got mashed potatoes between the ears today.

I make a query looking up for Name+Firstname+Ref number which I display in a tabular form .

Now, I want to use check boxes to select the ones I wants to print. But the thing is, if I add a check box in the main part of the form, it'll be the same box for all records. Not what I want.

So, how to create (add) a column so I can check individual records in the form?.

Thanks
 
check box in a subform

Hi Bakta :)

I know this is reply is months later, but I actually have the same question as you. I have created a tabular subform in which I would like to select one/several records by using a check box/radio button. Being new to access I haven't the slightest clue how to proceed, and was wondering if you gained any insight which you/ or others, would like to share with me?

Thank you all in advance :)

~Kristian
 
You need a field in the underlying query/table of the SubForm to set as the ControlSource of the CheckBox (bind).
 

Users who are viewing this thread

Back
Top Bottom