kysterathome
Technical User
Hi all,
I have a question regarding filtering.
The setup:
Main form: frmData contains subfrmTransactions (continuous form based on QuerySubfrmTransactions).
I would like to have a field in frmData (txtMaximum) that returns the highest record entered in the fields txtOrderAmount in subfrmTransactions.
Do I have to add a new field in the QuerySubfrmTransactions and specify the criteria "Maximum" ? How would I go about that?
I tried many combinations (for instance, I entered Maximum:max[txtOrderAmount], but it does not appear to be equal to Excel...
I am grateful for an indications that will put me on the right path.
Kysterathome
I have a question regarding filtering.
The setup:
Main form: frmData contains subfrmTransactions (continuous form based on QuerySubfrmTransactions).
I would like to have a field in frmData (txtMaximum) that returns the highest record entered in the fields txtOrderAmount in subfrmTransactions.
Do I have to add a new field in the QuerySubfrmTransactions and specify the criteria "Maximum" ? How would I go about that?
I tried many combinations (for instance, I entered Maximum:max[txtOrderAmount], but it does not appear to be equal to Excel...
I am grateful for an indications that will put me on the right path.
Kysterathome