B
Bellyjeans
Hi everybody,
I have an unbound text box called "txtStartDateReadOnly" on a form
called "frmContactInfo". I would like txtStartDateReadOnly to display
data from a bound text box on another form, but have it greyed out and
locked for editing. This other form is called "frmAppointments" and
the text box in question is called "txtStartDate".
txtStartDate is normally invisible, but becomes invisible when a "yes"
value is selected in a combo box called "cboAppointment".
The underlying tables between frmContactInfo (tblStaffMain) and
frmAppointments (tblAppointments) have a one-to-many relationship: one
record in tblStaffMain can have many records in tblAppointments. I
want the unbound combo box (txtStartDateReadOnly) to pull only the
most recent appointment.
I hope that all makes sense. Any help would be much appreciated.
Thanks!
I have an unbound text box called "txtStartDateReadOnly" on a form
called "frmContactInfo". I would like txtStartDateReadOnly to display
data from a bound text box on another form, but have it greyed out and
locked for editing. This other form is called "frmAppointments" and
the text box in question is called "txtStartDate".
txtStartDate is normally invisible, but becomes invisible when a "yes"
value is selected in a combo box called "cboAppointment".
The underlying tables between frmContactInfo (tblStaffMain) and
frmAppointments (tblAppointments) have a one-to-many relationship: one
record in tblStaffMain can have many records in tblAppointments. I
want the unbound combo box (txtStartDateReadOnly) to pull only the
most recent appointment.
I hope that all makes sense. Any help would be much appreciated.
Thanks!