Forum Discussion
BillyRaygun
3 years agoFrequent Visitor
Relationships Between Two Tables?
Hello, I have two tables each with similar data; January & February. As time goes on, I want to add tables for March, April, May, etc. As I add tables, new clients will be added, but existing cli...
- 3 years ago
My suggestion is that you don't have one individual table for each month. Instead, append them since they have the same structure.
JorgePinho
3 years agoSolution Sage
My suggestion is that you don't have one individual table for each month. Instead, append them since they have the same structure.