Results 1 to 5 of 5
  1. #1
    Natella is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2013
    Posts
    6

    Convert text to numeric value

    Hello...


    Is it possible to convert text in a text box on the report into numeric value so I could add them and see total on the report?
    Thank you.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Yes.

    Are these textboxes bound to text type field? Is the data alpha or numeric or mixed? Show example of data and desired output.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Natella is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2013
    Posts
    6
    Yes, it textboxes bound to text type.
    I have a report that already has a field with total on the report footer. I need to add two numbers to this total from another report. I added textboxes and parameter values [Enter A. Expenses]. So, when I open the report I have to enter these two numbers. Maybe there is another way to add them?
    Thank you for your help.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    I've never seen a requirement to pull values into report from another report.

    I never use parameter input popups. Nearly impossible to validate the input.

    Instead, use a form to input the values then open report. Report references the form controls.

    Another alternative might be a domain aggregate function (DSum, DAvg, DCount, etc) expression in textbox.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Natella is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2013
    Posts
    6
    Thank you. I'll think about other options.

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

Similar Threads

  1. Crosstab results: Numeric vs Text
    By FormerJarHead in forum Queries
    Replies: 1
    Last Post: 05-09-2013, 02:39 PM
  2. Replies: 5
    Last Post: 08-29-2012, 04:40 PM
  3. Replies: 2
    Last Post: 09-25-2011, 08:52 AM
  4. Numeric vs. Text
    By Niki in forum Access
    Replies: 4
    Last Post: 06-10-2011, 01:28 AM
  5. Justify numeric text field
    By tpcervelo in forum Queries
    Replies: 2
    Last Post: 01-27-2011, 03:50 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