hi,
i work in a hospital and in our hospital we need to visit evrey patient and i need to track visits.
i want to track who visited which patient and when.
one of my fields in my table is the date of the next visit we have to do.
the first visit must be in 7 days.
second visit must be in 14 days from the first visit
and third visit and forword need to be in 21 days from the previous visit.
i built a table named Patient have a 1 to many relationship with table named Visits.
when a patient come to me i add him to Patients table and evrey visit i add to Visits table.
how to calculate what need the next visit to this patient?
thank you very much!
miki