Results 1 to 2 of 2
  1. #1
    Alex Motilal is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Nov 2008
    Location
    Coimbatore, India
    Posts
    192

    To convert string value


    Dear members,
    Is there a way to convert a string value which are actually numerals, to convert into Double?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    in code:
    dim dNewVal as double
    dNewVal = txtBox

    in a query:
    CDbl([field])

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

Similar Threads

  1. Convert string to integer
    By AmanKaur123 in forum Programming
    Replies: 2
    Last Post: 01-16-2017, 09:35 AM
  2. Convert String to Date in Web App
    By carlo76 in forum SharePoint
    Replies: 3
    Last Post: 03-06-2015, 11:05 AM
  3. Convert rows into string
    By KPABA in forum Queries
    Replies: 1
    Last Post: 06-06-2013, 06:03 PM
  4. How to Convert string to Number?
    By taimysho0 in forum Programming
    Replies: 1
    Last Post: 02-24-2012, 01:57 PM
  5. Convert string to date
    By ~SwAmPdOnKeY~ in forum Queries
    Replies: 4
    Last Post: 09-11-2008, 07:19 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