Search results

  1. lwarren1968

    Solved Subform/sub total update to parent table

    The total you are seeing is not related to my sub form. It's a one to many set up.
  2. lwarren1968

    Solved Subform/sub total update to parent table

    what would that query look like? This is what I have on my form at this point =[INVOICE RECONCILATION_TBL Subform].[Form]![REC AMT]
  3. lwarren1968

    Solved Subform/sub total update to parent table

    I have a sub total on a form that I'd like capture in my master table. Is there a simple way to do this? It's the Total Received field which is a running calculation based on the sub form Invoice Reconciliation if that helps. There could be multiple transactions related to one invoice.
  4. lwarren1968

    SQL help omitting records

    Sorry, I was testing your sample and then got pulled away for another project. That being said, Yes you did indicate the draw back being it would only work with 2. I do however need it to work if there is only 1 or 2.
  5. lwarren1968

    SQL help omitting records

    Yes, Yes, it works perfectly and actually your method is more of what I wanted. Simplified, however it does only work if there are 2 General Withdrawal. If I remove the 1st one from the orig. file and those records before leaving on one it removes the one remaining Withdrawal record, but not...
  6. lwarren1968

    SQL help omitting records

    Thank you.
  7. lwarren1968

    SQL help omitting records

    thank you.
  8. lwarren1968

    SQL help omitting records

    This works perfectly regardless of there being a General Withdraw or not. Thank you.
  9. lwarren1968

    SQL help omitting records

    Okay, I initiate the General withdraw manually on a by weekly bases. It is not an auto process. That being said there could be sales prior to me withdrawing the funds that are captured in the prior General Withdraw and already accounted for hence me omitting and the same for the end Withdraw...
  10. lwarren1968

    SQL help omitting records

  11. lwarren1968

    SQL help omitting records

    That is the data. I'm confused with your question? I literally go out to PayPal enter a to/from date and that is the data I receive with the exception of omitting/masking the name of those who purchased. It comes in a text file that I link to MS Access and export what I need. There is other...
  12. lwarren1968

    SQL help omitting records

  13. lwarren1968

    SQL help omitting records

    Sorry, I didn't realize I could attach an excel file. Here you go. Thanks.
  14. lwarren1968

    SQL help omitting records

    Attached is a payment file that I need help with please. Data is retrieved via a to/from date. In this case its from 09/03/2021 to 09/15/2021. I do this on a bi-weekly bases. What I need to do is eliminate the General Withdrawal record if one exists at the beginning of my date range along...
  15. lwarren1968

    Solved combining 2 expressions into one query?

    Your right. I guess i'm reading into this to much, but basically if there is an ID in the [transaction ID] field and in (Payflow Tranaction ID(PNREF) field then update [New Field} with [Gross] field otherwise "0.00". Transaction ID Payflow Transaction ID (PNREF) Gross NEW FIELD...
  16. lwarren1968

    Solved combining 2 expressions into one query?

    Thank you for taking a look at this. Hopefully below will clarify. A=True, B=True, Result=B (B SHOULD OVERRIDE A IF B is = TO (PNREF) A=True, B=False, Result=A A=False, B=True, Result=B A=False, B=False, Result=A (BUT THIS SHOULD NEVER OCCUR)
  17. lwarren1968

    Solved combining 2 expressions into one query?

    How do I combined the 2 expressions below? Ultimately, I want the 2nd part to override the 1st if applicable. GROSS AMT1: IIf([Transaction ID],[Gross],"") BUT or however IIf([Payflow Transaction ID (PNREF)],"",[Gross])
  18. lwarren1968

    POWER QUERY AND .DIF (EXCHANGE FILES)

    TABLE 0,1 "BIN" VECTORS 0,4.000000 "" TUPLES 0,0000055 "" DATA 0,0 "" -1,0 BOT 1,0 "00885532555" 1,0 "001" 1,0 "09A01" 1,0 "OUT RC CONVERTER KIT" -1,0 BOT 1,0
  19. lwarren1968

    POWER QUERY AND .DIF (EXCHANGE FILES)

    its a ASCII text
  20. lwarren1968

    POWER QUERY AND .DIF (EXCHANGE FILES)

    I'm attempting to initiate a combine power query from a folder with several .DIF files. Each file should have the same layout with 3 columns of data. That being said when attempting to combined all the data pulls into one column. I'm new to this, so I'm not sure what it is i'm doing wrong...
Back
Top Bottom