T
Tara
I have a form (frmCaseInfo --> tblCaseInfo) in which client case data such as
ReferralDate, StartDate, CloseDate, etc. are entered. I have another form
(frmContacts --> tblContacts) in which contacts such as face-to-face
meetings, phone calls, etc for clients are entered. I would like the field
StartDate on frmCaseInfo to be automatically filled in with the date of the
first contact. The data in tblCaseInfo could be entered up to several days
or weeks before a contact is ever made and this makes it hard for users to
remember to go back and add the start date when the time comes. Could I use
an AfterUpdate event on the form? What's the best approach?
Thanks!
ReferralDate, StartDate, CloseDate, etc. are entered. I have another form
(frmContacts --> tblContacts) in which contacts such as face-to-face
meetings, phone calls, etc for clients are entered. I would like the field
StartDate on frmCaseInfo to be automatically filled in with the date of the
first contact. The data in tblCaseInfo could be entered up to several days
or weeks before a contact is ever made and this makes it hard for users to
remember to go back and add the start date when the time comes. Could I use
an AfterUpdate event on the form? What's the best approach?
Thanks!