In that I need to limit extracted Lab-detail recs to first rec in table,
I must “MIN” a bunch of fields, but ya can’t “MIN” the Labor-HEADl.LaborCollection field.
(Having the fields in GROUP BY does not provide proper output)
Humn… figured to create a calc-field
LH_Labor_COLL field as a CHAR-3 field
to display “MES” when Labor-Collection is ‘TRUE’ (ie: it was a MES entry per time)
SYNTAX format is KILLING ME - HELP !!!
LH_Labor_COLL is to be a 3 char field, blank when LaborCollection is not checked, but “MES” when LaborCollection is checked (ie: true)