Hi,
I’m trying to create a budget follow-up file like this :
Table 1 :
Date | Supplier | Cost |
24/07/2018 | MySupplier | 12800 |
24/07/2018 | MySupplier2 | 1800 |
etc.
I want to create a table 2 and check if this sum of the “Co...
Hi,
Thanks for your answer. I’ve followed your second idea and it works perfectly.
The thing is that it is not dynamic. If I add a record in the Table 1, I have to manually add the record in the liked field in the other Table.
Thanks,