S
SueW
Two tables as follows:
tblSenior Intake
tblSenior Intake ID-PK
tblFname
tblMiddleName
tblLastName
tblAddress
tblCity
tblTownship
tblState
tblPostalCode
TblHomePhone
etc.
tblSchedule
tblSchedule ID-PK
tblDriver
tblDay
tblAppointmentTime
tblCancelled
tblWhoCancelled
tblFname
tblLastName
tblAddress
tblCity
tblHomePhone
tblAppointmentTime
tblAppointmentNotes
tblDestination
tblReturnTime
tblReasonforTransportation
Want to create a combo box so that end user selects name and the
Fname,LastName,Address,City, and HomePhone fields automatically complete in
the form.
tblSenior Intake
tblSenior Intake ID-PK
tblFname
tblMiddleName
tblLastName
tblAddress
tblCity
tblTownship
tblState
tblPostalCode
TblHomePhone
etc.
tblSchedule
tblSchedule ID-PK
tblDriver
tblDay
tblAppointmentTime
tblCancelled
tblWhoCancelled
tblFname
tblLastName
tblAddress
tblCity
tblHomePhone
tblAppointmentTime
tblAppointmentNotes
tblDestination
tblReturnTime
tblReasonforTransportation
Want to create a combo box so that end user selects name and the
Fname,LastName,Address,City, and HomePhone fields automatically complete in
the form.