Create checkboxes based on tablecontent

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

Svein Engebretsen

I would like to create checkboxes on a form (form fires
when clicking a button on the customer form), based on the
content of a table (categories). Then I would like to
create/delete posts in a table (customer-categories) based
on the checking and de-chekcing of the check-box. In
addition, of cource, I would like to have the correct
check-boxes marked when selecting a specific customer

Has anybody worked with a problem like that? Most grateful
for comments!
 
Hi Svein, have you considered using a multiselect listbox
to display selection? Have a table without autonumbering
to store selection. Use a SQL to delete records if changes
made and then SQL to insert new selection.

Luck
Jonathan
 
Back
Top