WIN 10, LO 7.2.3 , HSQL 2.61
Generic query design question involving listbox bound value in underlying table
Table x has a field “Region” - Integer
Value comes from listbox in form A
A multitable query provides the data for form B
If the Region field of a record in Table x has no value, the record will not show.
COALESCE will not work.
Is there some other way to display the record with a missing Region ?
Thanks