Recent content by Stockwell43

  1. S

    Simple addition on form only?

    You're quite welcome MARKYBOY, glad I could help. It probably is not the most efficient way to do it but it will work until you can something better. :)
  2. S

    Simple addition on form only?

    Try this: =Nz([LoanAmt])-NZ([UnpdPB])-NZ([CurrReq]) Change the minus to plus and add three more fields. I assume you have a seventh field that is taking in the calculation. Change the names in the brackets to your names. I have never had a problem with this formula and don't think it is...
  3. S

    Simple addition on form only?

    Try =Sum[S1]+[S2]+[S3]+[S4]+[S5]+[S6]
  4. S

    Problem with hyperlink

    Hi, If all you want to do is open a folder from the form with a button, go into the buttons hyperlink field and add the hyperlink. No coding is necessary.
Back
Top Bottom