D
DKS
2 questions related to the usage of DLAST.
1) How do I trap that the record I am looking for does not exist?
2) I need to fill up several fields based on the last retrieved record.
Currently for each of those values I am applying the DLAST equation
field1 = DLAST ("[F1]", "Table", sCriteria)
field2 = DLAST ("[F2]", "Table", sCriteria)
..
..
Is there anyway by which I retrieve the last record once and assign the
various fields that I need? I suppose that in the above example each usage
of DLAST retrieves each time the (same) last record?
Thanks in anticipation
1) How do I trap that the record I am looking for does not exist?
2) I need to fill up several fields based on the last retrieved record.
Currently for each of those values I am applying the DLAST equation
field1 = DLAST ("[F1]", "Table", sCriteria)
field2 = DLAST ("[F2]", "Table", sCriteria)
..
..
Is there anyway by which I retrieve the last record once and assign the
various fields that I need? I suppose that in the above example each usage
of DLAST retrieves each time the (same) last record?
Thanks in anticipation