D
Dennis
I have two forms, one form enters new appointment dates
and the other form queries all of the appointments a
patient may already have. The second form allows me to see
if I can combine appointment that may be scheduled close
enough together.
What I am curently doing is copying the patient ID number
from new appointments form and then opening the
appointment look up form and copying the patient ID to be
able to query the patient's appointments in a Requery
field. What I would like to do is somehow press a button
on the new appointment form and open the look up form,
automaticaly referencing/quering the patient ID number
from current record of the new appointment form to the
look up form's Requery field.
How might I do something like this?
Thanks,
Dennis
and the other form queries all of the appointments a
patient may already have. The second form allows me to see
if I can combine appointment that may be scheduled close
enough together.
What I am curently doing is copying the patient ID number
from new appointments form and then opening the
appointment look up form and copying the patient ID to be
able to query the patient's appointments in a Requery
field. What I would like to do is somehow press a button
on the new appointment form and open the look up form,
automaticaly referencing/quering the patient ID number
from current record of the new appointment form to the
look up form's Requery field.
How might I do something like this?
Thanks,
Dennis