check boxes for each record in Continuous Forms

humer

Registered User.
Local time
Today, 22:27
Joined
Feb 10, 2004
Messages
14
Hello everybody

i've got a question: is it possible to make a continous form where for each record to assign a checkbox for a record, not for all

thanks
 
I'm assuming that the check-box you have added to your continious form is unbound?

Add a Yes/No field to your table. Then add that field to your form.
Set the form to continious and away you go...
 
ok

no, i don't need this field in the table, but i use it like an selection tool in this subform ...

is it possible to assign it or not ? can i assign the ch. box with the record
 
But why not add the yes/no field(s). I have used this technique in 2 applications and found it VERY usefull. I call them Flags. The SQL statement to clear it/them (after you're finished whatever processing you are doing) is simple and can be done in a public utility module. From my limited experience, this is a good tool.
 

Users who are viewing this thread

Back
Top Bottom