H
Hugh self taught
Hi clever people,
I have a table History with fields Hist_Idx, Employ, Compan, StartDate,
FinishDate
HistIdx is the pk for this table & the fk in table Candidates.
I need to find the latest StartDate for Employ so that I can update
FinishDate to Date() & then I'll add a new record with StartDate = Date()
I've tried manipulating the examples I've seen on the forum but alas my
brian is not functioning anymore with all the data it's tried to consume, so
if someone can help me with this bit of coding, I can put this database to
bed so to speak.
I have a table History with fields Hist_Idx, Employ, Compan, StartDate,
FinishDate
HistIdx is the pk for this table & the fk in table Candidates.
I need to find the latest StartDate for Employ so that I can update
FinishDate to Date() & then I'll add a new record with StartDate = Date()
I've tried manipulating the examples I've seen on the forum but alas my
brian is not functioning anymore with all the data it's tried to consume, so
if someone can help me with this bit of coding, I can put this database to
bed so to speak.