M
mike_corrente
I have one linked table (tblSchedule) and one local table (tblTemp) in
my database. I don't want to add any data to tblSchedule at all. Each
client is given a unique ClientID (tblSchedule). Each client has
several HearingDates. Each of these HearingDates is given a
HearingType (a number from 1-30). I want to update a field in tblTemp
to show the most recent HearingDate of either a type "1" HearingType or
a type "5" HearingType. I'd probably get it if I kept screwing around,
but my head hurts.
my database. I don't want to add any data to tblSchedule at all. Each
client is given a unique ClientID (tblSchedule). Each client has
several HearingDates. Each of these HearingDates is given a
HearingType (a number from 1-30). I want to update a field in tblTemp
to show the most recent HearingDate of either a type "1" HearingType or
a type "5" HearingType. I'd probably get it if I kept screwing around,
but my head hurts.