N
NDClark
I have a form named 'Patient Information Form'. This is my main form. On
this form I have a unbound list box that shows all the visits for all the
patients.
Problem #1 - I need the list box to only display the specific visits for
that patient on the main form 'Patient Information Form' at that time.
Problem #2 - I want to click on a specific visit date in the list box and
open another form named 'Doctor Visit form' and edit the data. The issue I
have, when I do click the data is the form opens with no problem. However it
always goes to a form with no ID field and no data to edit.
The property is set to edit on the second form. The Data Mode on the macro
is set to edit.
this form I have a unbound list box that shows all the visits for all the
patients.
Problem #1 - I need the list box to only display the specific visits for
that patient on the main form 'Patient Information Form' at that time.
Problem #2 - I want to click on a specific visit date in the list box and
open another form named 'Doctor Visit form' and edit the data. The issue I
have, when I do click the data is the form opens with no problem. However it
always goes to a form with no ID field and no data to edit.
The property is set to edit on the second form. The Data Mode on the macro
is set to edit.