dynamically creating check boxes beside a table rows on a form

R

ravindar thati

i am using ms access 2003.
i have a table with 3 fields. i want to display the table along with a
check box beside to each row dynamically in a form using vb6 code. The
no of rows displayed on the form, that no of check boxes has to be
created dynamically beside to each row(one check box per one row)

how can i do this?
can any body guide me please
thanq
 
C

Chris

maybe you could add a true/false field.
Go to design view of your table
insert a field at the top
make the data type: true/false
go back to your datasheet view and PRESTO
you have a check box beside each row.
 
R

ravindar thati

maybe you could add a true/false field.
Go to design view of your table
insert a field at the top
make the data type: true/false
go back to your datasheet view and PRESTO
you have a check box beside each row.






- Show quoted text -

thanq frend. it really worked well. many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top