i am strugling to figureout how to solve a need:
i have built a CRM, i have +1000 records
one table is the company list and one is the people list
then i need to manage different campaigns related to the list of my companies
as an example "fundrasising event 1" and "fundraising event 2"
for each of this campaigns i need several columns like (owner, status, notes, ...)
till now i have managed this need adding same columns on the main company table..
fundrasising event 1 - owner
fundrasising event 1 - status
fundrasising event 1 - notes
fundrasising event 1 - ...
fundrasising event 2 - owner
fundrasising event 2 - status
fundrasising event 2 - notes
fundrasising event 2 - ...
but like this is not really scalable
i was thinking to mange all campaign in a dedicated table
the problem is that it look like there is not a way to make a kind ok join-right having all the company names prelisted
i should associate any company record to a specific record of the campaign tables..
but clearly is not possible to d this for thousands of records all time..