G
Guest
I have a table, tblPatientV1 that contains a date field, IniVisit, for
initial visit. A form, frmPatientV1 is for entering and viewing most of
patient static information and it contains the IniVisit field, which I now
populate with a popup calendar on the form.
Another table, tblAppointmentsV1 contains appointments scheduling
information including appointment date field, ApptDate, ApptKept
(True/False), and IniVisit (True/False). A form, frmAppointmentsV2, is for
entering and viewing appointments information including those fields. The
ApptDate field is populated with a popup calendar on the form.
I would like to have the IniVisit date field in tblPatientV1 populated with
ApptDate from frmAppointmentsV2 when ApptKept is checked TRUE AND IniVisit is
already checked TRUE.
Thanks for guidance on how to do this
initial visit. A form, frmPatientV1 is for entering and viewing most of
patient static information and it contains the IniVisit field, which I now
populate with a popup calendar on the form.
Another table, tblAppointmentsV1 contains appointments scheduling
information including appointment date field, ApptDate, ApptKept
(True/False), and IniVisit (True/False). A form, frmAppointmentsV2, is for
entering and viewing appointments information including those fields. The
ApptDate field is populated with a popup calendar on the form.
I would like to have the IniVisit date field in tblPatientV1 populated with
ApptDate from frmAppointmentsV2 when ApptKept is checked TRUE AND IniVisit is
already checked TRUE.
Thanks for guidance on how to do this