Results 1 to 3 of 3
  1. #1
    Mtyetti2 is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    26

    Calculated control on Continuous Form


    I am trying to add a calculated control into a continuous form for each record. Basically it is a mileage total. I am using an unbound text box with the following data source:
    = [Event]![MileageIn] - [Event]![MileageOut]

    When I run this in form view, I get a "#Name?" error.

    I'm hoping this is a simple fix. Any help is much appreciated.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Are MileageIn and MileageOut fields in the form's RecordSource?

    = [MileageIn] - [MileageOut]
    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
    Mtyetti2 is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    26
    No, but it is now. That solved it. Thank you so much, june7!!

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

Similar Threads

  1. Lebans Continuous Forms Control Tip - In Subform
    By Whizbang in forum Programming
    Replies: 4
    Last Post: 01-16-2013, 08:17 AM
  2. Dlookup as control source on continuous form.
    By Ramun_Flame in forum Programming
    Replies: 4
    Last Post: 10-24-2012, 10:26 AM
  3. Replies: 3
    Last Post: 03-28-2012, 10:16 AM
  4. Calculated control help
    By cici in forum Forms
    Replies: 4
    Last Post: 05-16-2010, 12:04 AM
  5. Calculated Field in continuous form
    By doobybug in forum Forms
    Replies: 2
    Last Post: 11-15-2009, 08:54 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