Forum Discussion
Net Account Opening
- 4 years ago
Hi StevenH417 ,
For that i recommend for you to create an aditional table with the distinct locations and connect both, open table and closed table to this new table, and use this table to filter by location.
You will need to have all the locations that you have in both tables but without duplicates.If you need i can guide you to do that.
Hi StevenH417 ,
For that i recommend for you to create an aditional table with the distinct locations and connect both, open table and closed table to this new table, and use this table to filter by location.
You will need to have all the locations that you have in both tables but without duplicates.
If you need i can guide you to do that.
- StevenH4174 years agoRegular Visitor
So I'm just thinking this through. In this third table I would basically include columns that would give me my total opened and closed for the month that sum from the other two tables and get my net in it? My original two have a line for every account opened and closed.
EDIT: I was making this way to complicated. I think I have it. Thank you for your suggestion! Table relationships are new to me.