Hello all,
I need to get the value BALANCE from the last record in an external (not linked) table called tblACCOUNT
The table has a unque identity called REFERENCE
I think I will need to open the external table, sort it by REFERENCE and then go to the last record and obtain the BALANCE value
Help much appreciated. Thanks Mark
I need to get the value BALANCE from the last record in an external (not linked) table called tblACCOUNT
The table has a unque identity called REFERENCE
I think I will need to open the external table, sort it by REFERENCE and then go to the last record and obtain the BALANCE value
Help much appreciated. Thanks Mark