Search results

  1. HASAN-1993

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

    Thank you, brother, but I already want the query to update other tables, which are the accounts table, and the time that this code takes is very long Look, this query, it will update the accounts every time the user enters an invoice and this is a very long time to add an invoice
  2. HASAN-1993

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

    Ok, I am very sorry, but it was a simple example, so you can understand what is meant
  3. HASAN-1993

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

    Note: the Nodes belonging to each other may be more than 15 Nodes
  4. HASAN-1993

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

    This code that I created is working correctly, you can see it, but it is very slow and I want a faster way
  5. HASAN-1993

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

    Mr. Majp, these are about 4,200 records if that helps
  6. HASAN-1993

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

    First, thanks to everyone for the interest. Secondly, this is a file that tells about the thing that I want, Mr. arnelgp your code. It did not help me because I need to collect the tree to the main Nodes main node is 1 , see this file plz, thank you
  7. HASAN-1993

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

    I tried to make this query from vba and SQL, but if the recordings are greater than 200 it becomes unreasonably slow.
  8. HASAN-1993

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

    ok, I do not want a treeview, I just want a query to calculate for me the recurring account for all my tables, and if it is as you say 5000 only need 10 seconds, this is wonderful
  9. HASAN-1993

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

    i have table like>> Parent_ID Acc_ID value 0 1 0 1 13 1 13 121 1 121 121001 1 0 2 0 2 23 1 23 131 1 131 131001 1 The output I want Parent_ID Acc_ID Value 0 1 3 1 13 3 13 121 2 121 121001 1 0 2 3 2 23 3 23 131 2 131 131001 1 What I want is unlimeted...
Back
Top Bottom