Results 1 to 2 of 2
  1. #1
    nagileon is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2011
    Posts
    4

    format all fields of a query

    Hi there

    I know how to format a single field:

    select Format([PVP],'General Number') as PVP_ from ns_data where PVP Is Not Null;

    How do I format all the fields, without listing them all ? (there is around 120 of them)

    I've tried this:

    select Format([*],'General Number') from ns_data;

    No luck.

    Regards

    Peter

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    120 fields in one table? I suspect a normalization issue.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 08-24-2010, 09:26 AM
  2. Basic Query/totaling fields in a query
    By afisher in forum Queries
    Replies: 6
    Last Post: 08-05-2010, 01:43 PM
  3. Query changing format
    By John Southern in forum Queries
    Replies: 3
    Last Post: 07-05-2010, 09:57 AM
  4. date format from query line...
    By gginnj in forum Access
    Replies: 0
    Last Post: 05-12-2010, 04:28 PM
  5. Conditional Format Query
    By Schwagr in forum Queries
    Replies: 3
    Last Post: 03-20-2006, 02:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums