Make form checkboxes from table list

  • Thread starter Thread starter Svein Engebretsen
  • Start date Start date
S

Svein Engebretsen

Hi,- I wan't to make checkboxes on a form from values in a table. The values
are categories and contains subcategories. The categories shuld be displayed
by text and the categories by checkboxes. When cheking and un-cheking the
subcategories (checkboxes) the database shall be updated.

I would like the form to look like this (for each record in the case-table):
Categorie1 (Textobjet)
Subcategorie1 (Checkbox)
Subcategorie2 (Checkbox)
Subcategorie3 (Checkbox)
Categorie2 (Textobject)
etc.

Is there anybody who knows how to do this? Will this slow down the speed of
the form?

Tanks in advance!
 
Svein,
Is this related to your question about whether controls
can be created dynamically?
Geof.
 
Back
Top