Recent content by playagain

  1. P

    update balance

    thanks... Id taught of that too but how to do it... in my form??? :)
  2. P

    update balance

    I have three textboxes... 1.) p_principal 2.) p_balance 3.) p_payment at first payment the balance would be p_balance=p_principal-p_payment... How if the customer will pay again? how to update the formula to p_balance=p_balance-p_payment?
  3. P

    calculate number of days between two dates

    OKEI Then.... Thanks again :)
  4. P

    calculate number of days between two dates

    so can I use the query to create reports instead of the table since the my query holds the complete details of my form? THANKS AGAIN... May GOD BLESS YOU and your FAMILY
  5. P

    calculate number of days between two dates

    thanks... I did'nt delete the table.. but now,,,, the calculated fields in the form automatically reflects in my query but not in my table... is it normal???
  6. P

    calculate number of days between two dates

    That's what I did... and it all worked... :) so can I delete now the table and use the query instead.?
  7. P

    calculate number of days between two dates

    I have done making a query of that table and put the formulas/expressions on some fields... my problem is how can i put the calculated values from query to my form and connected it again to my table???
  8. P

    calculate number of days between two dates

    i have only table and a form connected to it... I don't have a query on that table... Pls help me :)
  9. P

    calculate number of days between two dates

    I typed this in the third box: = Datediff("d", [d_dgranted], [d_dmaturity]) and it computed the difference of the two dates in two textboxes.. The two textboxes are connected in a table... and I want also the third box to be connected on that table.. But how can I do this since I typed the...
  10. P

    calculate number of days between two dates

    yes thanks to all of you... I typed this in a third textbox: =DateDiff("d",[d_dgranted],[d_dmaturity]) It worked... But my other problem is how can i connect this now into my table ???
  11. P

    calculate number of days between two dates

    How to do this...??? will i type this in the third textbox???
  12. P

    calculate number of days between two dates

    Hi... I have two forms with two textboxes: The first textbox asks for the beginning date while the second textbox asks for the end date. These two textboxes are formatted and masked as "short date". Then I created a third textbox that must automatically display the number of days between the...
  13. P

    Display a range of date in report

    Thanks a lot... Hope to receive more answers from you soon... :) :) :)
  14. P

    Display a range of date in report

    Hello this is my first ! Thanks GOD for bringing me here... :) By the way, I had this problem of displaying a report in MS ACCESS 2003: I want to display a report where in the user will input a beginning date and an end date. I hope you get what I mean
Back
Top Bottom