C
CDD
hello
I have a DB to document a weight loss program. i want to
show the last height of the patient from the last visit to
save having to retype it when creating a new visit on my
subform. The parent form contains the demographics of the
patient. I have set up a textbox in a subform to display
the value.
I created a query that shows the last [height] of the
patient based on the patient number set on the parent form
when run on its own, but when i run the form that is
linked to the value
i get the error #name? . Is there a problem displaying a
query result in a form as a single result? the rest of
the form is not based on the query.
I have a DB to document a weight loss program. i want to
show the last height of the patient from the last visit to
save having to retype it when creating a new visit on my
subform. The parent form contains the demographics of the
patient. I have set up a textbox in a subform to display
the value.
I created a query that shows the last [height] of the
patient based on the patient number set on the parent form
when run on its own, but when i run the form that is
linked to the value
i get the error #name? . Is there a problem displaying a
query result in a form as a single result? the rest of
the form is not based on the query.