In my database, I have a Table for our clients (tbl_Clients) & how long they were active with our service (StartDate, EndDate), with each client tethered to an ID.
My dilemma is: what if a client reactivates? I want to avoid redundant records, & instead detail additional StartDates & EndDates as necessary; is there a way I can do this within the existing Table?
Thank you, preemptively, for your advice.
My dilemma is: what if a client reactivates? I want to avoid redundant records, & instead detail additional StartDates & EndDates as necessary; is there a way I can do this within the existing Table?
Thank you, preemptively, for your advice.