I am really embarrassed to have to ask this question, but it's puzzling me.
I have a number of combo boxes offering options, some of which have become obsolete. The row-sources for the boxes therefore have a WHERE clause along the lines: "WHERE mytable.obsolete=false". This is fine for making new entries, but it prevents the box from displaying old records correctly, with their obsolete selection. Is there any way I can modify this to allow the row-source to contain all entries that are not obsolete and also the existing entry even if it is obsolete?
I'd be very grateful for any help.
I have a number of combo boxes offering options, some of which have become obsolete. The row-sources for the boxes therefore have a WHERE clause along the lines: "WHERE mytable.obsolete=false". This is fine for making new entries, but it prevents the box from displaying old records correctly, with their obsolete selection. Is there any way I can modify this to allow the row-source to contain all entries that are not obsolete and also the existing entry even if it is obsolete?
I'd be very grateful for any help.