I recently developed an invoicing program using MS Access. In several of the forms (not the main form), the options box contains 20 check boxes with a label for each checkbox. When you click on one of the checkboxes, a single text box (not a list box) on the main form shows the text of the corresponding choice. The table linked to the options box has 20 records with two columns: OptionNo (numbering 1 - 20) and OptionText (the text to be displayed on the main form).
Everything works as it should. However is there any way to make the label text on the options box dynamic (i.e., changeable by the enduser) instead of having to go into the Design Mode and changing the labels of the checkboxes and then going into the linked table and making the changes in the appropriate row of column 2 (OptionText)?
I was hoping that there is a way to link the OptionText column records in the table to the corresponding text in the options box.
I hope I stated the problem clearly and correctly.
Thanks
DanLo
Everything works as it should. However is there any way to make the label text on the options box dynamic (i.e., changeable by the enduser) instead of having to go into the Design Mode and changing the labels of the checkboxes and then going into the linked table and making the changes in the appropriate row of column 2 (OptionText)?
I was hoping that there is a way to link the OptionText column records in the table to the corresponding text in the options box.
I hope I stated the problem clearly and correctly.
Thanks
DanLo