I have 5 tables which have common fields for the first half of each row and varying fields for the rest. I need to have the data reported sorted by date, one of the common fields, and intend to make a temp table by gathering data from the 5 tables with a "rec.type" field according to the source table (Each row will then have lots of empty fields but so what !). Then I will throw the ordered SQL from VB to CR9.
Problem is that each detail line can have a partially different format according to its rec.type (where it came from). Can I specify different detail formats and conditionally use the correct one somehow ?
Problem is that each detail line can have a partially different format according to its rec.type (where it came from). Can I specify different detail formats and conditionally use the correct one somehow ?