Frmat help please

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
 
T

Thomas A. Rowe

Remove the * and specify each field that you want returned.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
P

Paul M

Thanks Thomas
-----Original Message-----
Remove the * and specify each field that you want returned.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

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


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top