Results 1 to 3 of 3
  1. #1
    wuhsean22 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    3

    Converting Scientific notation in a Query


    Hi all, I imported a table which contains a column of numbers in scientific notation.

    Is there a formula i can create in query design that will convert the number into either a number or text?

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    Check this page out:
    http://office.microsoft.com/en-us/ac...001229018.aspx

    What you might try is to Create a new field in your Query Design and type in something like this [to convert it to a string]:

    NewFieldName: CStr(YourFieldName)
    OR
    NewFieldName: CDbl(YourFieldName)

    OR . . .
    Try clicking in the field in Design Mode - and then open the Property Sheet for the field - and click in the Format row and drop the arrow down and pick one of the options there [Currency, Percent . . .].

    Hope this helps!
    Last edited by Robeen; 02-06-2013 at 12:39 PM. Reason: Omission.

  3. #3
    wuhsean22 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    3
    awesome, this should work. Thanks Robeen!

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

Similar Threads

  1. Need Advice on Database for Scientific Lab Inventory & Data
    By lemmiwinks in forum Database Design
    Replies: 1
    Last Post: 01-08-2013, 07:55 PM
  2. RC Notation and additional criteria
    By mkc80 in forum Access
    Replies: 3
    Last Post: 11-05-2012, 03:30 PM
  3. RC Notation and Date Comparison
    By mkc80 in forum Access
    Replies: 2
    Last Post: 10-10-2012, 06:22 PM
  4. Extract Strings from a Dot Notation Field
    By wwalkerbout in forum Programming
    Replies: 17
    Last Post: 02-27-2012, 02:15 AM
  5. Replies: 1
    Last Post: 11-08-2008, 10:40 AM

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