Continuous forms problem

potts

Registered User.
Local time
Today, 12:27
Joined
Jul 24, 2002
Messages
87
I am trying to build a continuous form that allows me to check off which records I want to print.

However, I can't get the check box to work - it is an unbound check box and if I check one record, I check them all.

Any ideas?
 
Use a bound check box then, or a multiselect list box, although the code for the latter is more complex than the former
 
Thanks Rich.

I'm now having problems with the code. I get the report to open, but it only shows a error message where the data should be.

Can you help with this one?
 
Bound to what?

What do I bind the checkbox to?

I want users to be able to select which records to update, leaving the other records alone, so I have a continuous form with checkboxes. I am basing this on a query pulling from multiple tables. What do I bind this to so that I don't change any of my data, or is there another way to do this?
 
Last edited:

Users who are viewing this thread

Back
Top Bottom