Hi there.
I have a form where users can fill options to entry an order. Also users can open entries to see form details. Options are in all cases related to subtables structured as {OptionID (#), OptionName (Text), OptionIsActive (Y/N)} so I can maintain masterdata very easily.
Back to form! Form combos are defined to only allow to see options currently active (Active=Y) and hidding Option IDs, so user is choosing names but DB is saving codes
Issue: When users open an old record in the form, if option was disables (Active=N) then those combos filled with non-current options appear empty (because there is nothing to show, but data is there in tables). This looks not very user friendly. I would like to show current/disables options, but How? Could users --when showing combo box options-- see current options in one format (i.e. standard) and historical options in another one (i.e. str̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h, filled on red...) ??? I found many ways to colour combo when selected an incorrect option, but not to format each option when painting combo options.
Any alternative for solving the issue?
Thanks everyone for helping on this!
I have a form where users can fill options to entry an order. Also users can open entries to see form details. Options are in all cases related to subtables structured as {OptionID (#), OptionName (Text), OptionIsActive (Y/N)} so I can maintain masterdata very easily.
Back to form! Form combos are defined to only allow to see options currently active (Active=Y) and hidding Option IDs, so user is choosing names but DB is saving codes

Issue: When users open an old record in the form, if option was disables (Active=N) then those combos filled with non-current options appear empty (because there is nothing to show, but data is there in tables). This looks not very user friendly. I would like to show current/disables options, but How? Could users --when showing combo box options-- see current options in one format (i.e. standard) and historical options in another one (i.e. str̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h, filled on red...) ??? I found many ways to colour combo when selected an incorrect option, but not to format each option when painting combo options.
Any alternative for solving the issue?
Thanks everyone for helping on this!
Last edited: