C
cranberryconsult
Over time, users request that different options in drop-downs be added
and deleted.
When they ask for "old" data to be no longer available in a drop down,
what's the best way to handle that?
1. Just remove the data from the table that populates the drop-down?
But then what happens to all the old records that now have orphaned
fields?
OR
2. Change the query that populates the drop-down so that the "old" data
is queried out? But is that confusing for maintenance of the
application?
Is there a better way?
Thanks,
and deleted.
When they ask for "old" data to be no longer available in a drop down,
what's the best way to handle that?
1. Just remove the data from the table that populates the drop-down?
But then what happens to all the old records that now have orphaned
fields?
OR
2. Change the query that populates the drop-down so that the "old" data
is queried out? But is that confusing for maintenance of the
application?
Is there a better way?
Thanks,