Search results

  1. HASAN-1993

    Know the children of an account in the account tree by vba or query

    Haha I heard this proverb before and I felt it was right for the confusion we are in
  2. HASAN-1993

    Know the children of an account in the account tree by vba or query

    Ummm The news today with money tomorrow for free:ROFLMAO:
  3. HASAN-1993

    Know the children of an account in the account tree by vba or query

    I did not notice this matter It was modified before misfortune occurred, which I had not anticipated
  4. HASAN-1993

    Know the children of an account in the account tree by vba or query

    Yes Because these accounts are called accounting, the qualitative account It collects accounts from various accounting account trees
  5. HASAN-1993

    Know the children of an account in the account tree by vba or query

    Ok, anything that brings me to this Result
  6. HASAN-1993

    Know the children of an account in the account tree by vba or query

    In addition, it is possible that the father’s account does not include the son’s numbers The code should go down the ladder step by step
  7. HASAN-1993

    Know the children of an account in the account tree by vba or query

    I guess it won't do this Because the table could be like this I think this has something to do with recursion
  8. HASAN-1993

    Know the children of an account in the account tree by vba or query

    Hello all I want to know the children of an account in the account tree I have attached a picture on the topic I have a table and I want to extract from it the children of a specific account. Is there a way through the vba or sql? Thanx
  9. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    My friend @gemma-the-husky , I did not understand what you mean, but in the end this is an example that I set for you and it is not an actual account tree, but this was just a quick example of the amount of data I have
  10. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    Wow, Mr. @arnelgp , a wonderful job in a crazy way, this is just what I was dreaming about. Thank you very very much, you are a genius. I thank everyone for their interest, and a special thanks to Mr. @MajP . I also took advantage of the code that You designed for other things, and thank you for...
  11. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    Mr. @MajP Thank you for the effort you made, a wonderful job. This code did the addition process within five seconds. I think this is the fastest possible speed. I hope it will be faster, but it seems that this is not possible.
  12. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    This is a simple example of the topic, but there may be more than one tree belonging to a main account, and each calculates the sum of its children
  13. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    I thank everyone for their interest, my dear brothers. This is actually a tree of accounts for an accounting program. I will attach an illustration
  14. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    Or if the update is faster, you can consider the data table as the same as the accounts table
  15. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    Yes, I want to update the accounts table, but in order to make it easier for you, let's assume that I want to put them in a temporary table. How will the code be in this case
  16. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    Mr.arnelgp solution takes a minute and 20 seconds
  17. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    Or through the tree view, as you said, it does not matter. I want the fastest way, in any way, A method for updating all accounts through the data
  18. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    Ok, I am sorry, I may want a solution to my problem, and I do not know how to explain in a clear way Now you say if I only want to update a table (and this is what I just want to update) programmatically and it only takes two seconds on the amount of data that I have, how is this ,thank you so much
  19. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    It is impossible that there is no solution to this problem. In any way, I want to activate this query update accounts without disrupting the user Is it reasonable that not all Access programmers have a solution?
  20. HASAN-1993

    Is it possible to create a recursive sum in ms access by sql query or vba

    It also took 20 seconds, I have an idea whether it is possible to make this query on another data base and run the query from another database so that the user can work and work the query on another database in this case the user will not wait 20 seconds until it finishes and completes its work
Back
Top Bottom