Recent content by Rahz

  1. R

    Calculating Values for Records in a Report

    Took a smoke break, and figured it out. So this is the update, and it works as desired. 'Creating the Form OnCurrent Event for automating invoice ID pDate = Right(Date, 2) setPre = pDate Dim pseudoID As Integer 'Initiating invoiceID, assigning 0's based on number of ID If ID > 0...
  2. R

    Calculating Values for Records in a Report

    While just going through, and using the main form on the database, I noticed something wrong. I have this set in the Form Current Event, 'Creating the Form OnCurrent Event for automating invoice ID pDate = Right(Date, 2) setPre = pDate 'Initiating invoiceID, assigning 0's based on...
  3. R

    Calculating Values for Records in a Report

    I just followed your last post, and it worked! Thank you. I have literally sat here and beat my head over this for an entire day. So I don't even need all the fancy rs jargon. Thanks!
  4. R

    Calculating Values for Records in a Report

    I have attached the database. Please forgive the optimization, I still have a lot to do with it, as it is currently in "Alpha" state.
  5. R

    Calculating Values for Records in a Report

    Thanks pbaldy for replying, The prevent infinite loop if statement I used because I did forget the movenext during the "test run" of the report, and it was annoying, so I just put that in their for redundancy purposes. So the event is the OnLoad Event of the Report. I put the total available...
  6. R

    Calculating Values for Records in a Report

    Hi all, I am stuck with a problem. Up til now, I have been able to crawl my way around the web to find answers to my coding needs to complete tasks. This particular issue however is probably way simpler than I probably think, but am unable to resolve it. The Scope: I have built an invoice...
  7. R

    Hello

    Hello all, this is my first time ever joining a Programming type forum. Programming has always just been a hobby to me, despite my lack of knowledge in the genre, I have always been able to complete or finish the challenges I faced. This hobby began in Highschool as I elected to join Advanced...
Back
Top Bottom