P
Paul M
Hi
I am attempting to query a field sponsorship_amount and
format the results but it seems to duplicate the record.
Here is the SQL
SELECT Format([Amount_required],'currency') AS
fmsAmount_required ,* FROM Results WHERE
(Amount_required <= ::Amount_required::
I wish only the formatted record to return
Thanks
Paul M
I am attempting to query a field sponsorship_amount and
format the results but it seems to duplicate the record.
Here is the SQL
SELECT Format([Amount_required],'currency') AS
fmsAmount_required ,* FROM Results WHERE
(Amount_required <= ::Amount_required::
I wish only the formatted record to return
Thanks
Paul M