populate check box

E

Elio Gortan

Hello all,

I want to develope a form where checkbox are placed depending on the
contents of a table.

Here is a short describtion. I have a table called tblsoftware and when I
open the form based on the table tblSoftware I want that for each record in
the table a checkbox is placed on the form where the user can check if he
has the software installed or not. Hereby the softwarename become the label
of the checkbox and when a new software is added to the list I don't have to
change the from
 
E

Emilia Maxim

---------- "Elio Gortan said:
Hello all,

I want to develope a form where checkbox are placed depending on the
contents of a table.

Here is a short describtion. I have a table called tblsoftware and when I
open the form based on the table tblSoftware I want that for each record in
the table a checkbox is placed on the form where the user can check if he
has the software installed or not. Hereby the softwarename become the label
of the checkbox and when a new software is added to the list I don't have to
change the from

Elio,

what you want is way too complicated, and you'll get pretty soon in a
dead end because of the number of the records. Use instead a
continuous form to display the records. Please note: the check box
must be bound in order to work correctly (that is, you would have a
Yes/No field in the table).

Best regards
Emilia

Emilia Maxim
PC-SoftwareService, Stuttgart
http://www.maxim-software-service.de
 

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