Refresh of Query Tables
Refresh of Query Tables
I have one master table and 200 query tables "viewing" data from that master table. When I update a record in the master table, it may affect 20 query tables but since I don't know which 20, I have to manually refresh all 200. How do I do an automatic refresh of all query tables when a change is made in the master table? Thank you in advance for your help.