Results 1 to 7 of 7
  1. #1
    mpineda7 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    4

    Smile I have one report and trying to enter formulas

    Hello, I am kind of new in MsAccess and I have a report where at the end , I have three boxes, one for Beginning Balance where I just need to enter the value manually but I used a "Text box" and one is showing "unbound" wondering if I need to use a different box?

    Second Total has a sum, I am fine with this one, but I need on

    Third box a formula adding "Beginning Balance box+ Second box" .

    The first box is named as "BegBalance"
    Second = "AccessTotalsAmount"
    Thrid "Text 20"

    Click image for larger version. 

Name:	Capture.JPG 
Views:	9 
Size:	117.5 KB 
ID:	23792



    Thanks for your help in advance

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    Why are you typing in the beginning balance instead of allowing a calculation to figure it out?

    If you retain this design change the NAME of the unbound text box to BEGBAL
    Change the formula in the text box associated with total activity to =Sum(Amount)
    the = sign is not showing and I don't know if that's because it's centered or in error

    Change the formula in the text box associated with ending balance to =BegBal + Sum(Amount)

  3. #3
    mpineda7 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    4
    Thank you so much for replying quicly.
    Well, I have another table which include the beginning balances but because I am naive on this I did not want to deal with pulling a data from another table or using =If-AND-Then , for now I am trying to get these formulas and I will researching more to pulling data from another tables :-).

    I did the changes but still it is not showing the totals probably I did something wrong and yes the "=" sign is there so for "Total Activity" I'm okay only trying to enter manually the beginning balance (numeric field) and get the Ending total...
    Click image for larger version. 

Name:	Capture.jpg 
Views:	9 
Size:	119.6 KB 
ID:	23795

  4. #4
    mpineda7 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    4
    I got it :-) but just trying to give a currency form to BEGBAL?

    Click image for larger version. 

Name:	Capture.JPG 
Views:	9 
Size:	15.0 KB 
ID:	23796Click image for larger version. 

Name:	Capture1.jpg 
Views:	9 
Size:	133.7 KB 
ID:	23797

  5. #5
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    use

    = ccur(begbal)

  6. #6
    mpineda7 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    4
    Hi rpeare, after I did the change it didn't ask me for BegBal to enter it manually so was showing me "0" zero. I did a Mask but if I have more millions I will have to change that :-(

    Thanks for your time and help!

  7. #7
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    make the formula in the text field

    =ccur([BeginningBalance])

    Leave the NAME of the text field

    BegBal

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

Similar Threads

  1. Report 'Enter Parameter Value' Error
    By ndehhh in forum Programming
    Replies: 6
    Last Post: 10-18-2015, 05:18 PM
  2. Field auto enter new line on enter event
    By Ruegen in forum Forms
    Replies: 3
    Last Post: 09-17-2013, 09:00 PM
  3. Replies: 7
    Last Post: 08-02-2012, 07:31 AM
  4. Replies: 5
    Last Post: 09-09-2011, 01:15 PM
  5. Replies: 3
    Last Post: 04-07-2010, 11:25 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