B
Bari Samad
I want to create dynamic checkboxes on a form for a
Creating/Viewing/Updating a Master table record. The values for the
checkboxes would come from a simple table (cause they may increase over
time) but be stored in a "transaction type table" for the master table (or
elsewhere?)
For example, one Organization (master table) could serve an x number of
languages.
The value of the languages should appear on a section of the form to create
an Organization (master table) record as checkboxes ... read from the simple
language table ... so if you added a new language it would appear next time
you created/viewed the form.
I am thinking the choices of the languages selected served should be stored
in a new transactional table - relational to the master - with the
organizationID field and the languageID field.
however ... once the master record is created and one needs to view/edit
it - the values must be read in both from the simple language (to show
possible new languages added) but also from the transactional table to
display what was selected originally.
Any thoughts/samples/ideas on how to impement this scenerio ... in terms of
database design and/or VBScript code?
Its really the checkboxes that are throwing me off !!!
Thanks
Creating/Viewing/Updating a Master table record. The values for the
checkboxes would come from a simple table (cause they may increase over
time) but be stored in a "transaction type table" for the master table (or
elsewhere?)
For example, one Organization (master table) could serve an x number of
languages.
The value of the languages should appear on a section of the form to create
an Organization (master table) record as checkboxes ... read from the simple
language table ... so if you added a new language it would appear next time
you created/viewed the form.
I am thinking the choices of the languages selected served should be stored
in a new transactional table - relational to the master - with the
organizationID field and the languageID field.
however ... once the master record is created and one needs to view/edit
it - the values must be read in both from the simple language (to show
possible new languages added) but also from the transactional table to
display what was selected originally.
Any thoughts/samples/ideas on how to impement this scenerio ... in terms of
database design and/or VBScript code?
Its really the checkboxes that are throwing me off !!!
Thanks