Re: Query Results- Incorrect formatting
From: Van T. Dinh (VanThien.Dinh_at_discussions.microsoft.com)
Date: 08/26/04
- Next message: Paul James: "deleting all records below the maximum value"
- Previous message: Ken Snell [MVP]: "Re: I have a date field that I need to increase by 1 year"
- In reply to: Mark Senibaldi: "Query Results- Incorrect formatting"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 09:31:46 +1000
Try setting the Format of the Query Column / Field to "#.00". In the
DesignView of the Query, select the required Field and open the Properties
window. There should be a "Format" row in the Properties window for you to
enter the format.
-- HTH Van T. Dinh MVP (Access) "Mark Senibaldi" <MarkSenibaldi@discussions.microsoft.com> wrote in message news:021F6EC4-7BB9-4A4F-8097-14B68EDA3C98@microsoft.com... > Hi, > > I have a query that is summing up column A which is formatted as > Number-Double in it's current table. The results of the query should show up > as 0, but they are showing up in scientific format- All of the other records > are showing up correctly in this same query. I even tried the following > Val(format([tablename].[fieldname],"#.00")) and this gave me the same results. > Any help would be appreciated. > > Thank you. > -- > MSS
- Next message: Paul James: "deleting all records below the maximum value"
- Previous message: Ken Snell [MVP]: "Re: I have a date field that I need to increase by 1 year"
- In reply to: Mark Senibaldi: "Query Results- Incorrect formatting"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|