SQL Format "?"
I have a query:
SELECT [BROKER 3].AH_TICKNO, Format(([BROKER 3].AH_AMOUNT-[BROKER
3].AH_TRNAMT)/[BROKER 3].AH_AMOUNT,"Percent") AS DIF INTO [Broker
Table 5 -Percent]
FROM [BROKER 3];
I dont want to format as a percent, I want it to go into the table
with 4 decimal places, for example .0397
how do I use the format statement and get this result?
Thanks.
.
Relevant Pages
- Re: formatting a calculated number field on a form
... > A query in an MDB file CAN call a user-defined function. ... > function name is Age and it returns a double. ... The user will certainly "notice" if a patient was born on Jan ... I just want control over the *display format* of a number ... (microsoft.public.access.forms) - RE: Query count then average.
... What was happening in my database was the query returned the ... "Ken Sheridan" wrote: ... It probably depends where you set the Format property. ... "Robert F." ... (microsoft.public.access.queries) - RE: Cannot get code to work for API Save Dialog Box
... I got it working to format correctly now. ... that table in my other queries and union query. ... The code is actually working by giving me the totals I need. ... The first spreadsheet placed where I told it to be contains the incorrect ... (microsoft.public.access.forms) - RE: Excel & MS Query caused compile errors
... My data is in an Excel file called ... The format of it were distorted after copying and pasting. ... Microsoft SQL Server 2000, which requires a server, VBA or Microsoft Query ... (microsoft.public.excel.programming) - RE: Query count then average.
... It probably depends where you set the Format property. ... "Robert F." ... "Ken Sheridan" wrote: ... You can format the column in the query: ... (microsoft.public.access.queries) |
|