hey everyone,
I have a form that enters patient assessment information. On this form, I want to pull in any hospital visits the patient may have had since the last assessment. I got this part working great through queries (thanks to some help in the query forum). Now, what I am trying to do is a bit more complicated. On the form, the user selects the patient, then selects the assessment they wish to view (it may not be the last assessment done, but an earlier one).
Once the user selects the patient, then selects the assessment they wish to view, the data fills in (unbound form). This works great. What I need to do is only pull in those hospital visits that occurred between the assessment date selected and the one prior to it. I have a list box on the form that fills based on a query with the PatientID as the parameter.
Any suggestions? Is what I am trying to do even possible?
Thanks!
Brenda
I have a form that enters patient assessment information. On this form, I want to pull in any hospital visits the patient may have had since the last assessment. I got this part working great through queries (thanks to some help in the query forum). Now, what I am trying to do is a bit more complicated. On the form, the user selects the patient, then selects the assessment they wish to view (it may not be the last assessment done, but an earlier one).
Once the user selects the patient, then selects the assessment they wish to view, the data fills in (unbound form). This works great. What I need to do is only pull in those hospital visits that occurred between the assessment date selected and the one prior to it. I have a list box on the form that fills based on a query with the PatientID as the parameter.
Any suggestions? Is what I am trying to do even possible?
Thanks!
Brenda