A
Alejandro
Good morning,
I have a table that keeps track of registrations, some of them are complete
and some don't. I have a main form based on this table that shows all data
entered, one record at a time. The form has a list box that, when updated,
shows all registrations in the table that are incomplete. I would like to use
some sort of "FindRecord" procedure where by double-clicking one of the
incomplete records in the list box the whole record information is pulled up
in the main form. I have a unique identifier for each record called [PATIENT
ID]; I assume I would need that to pull up the right record in the form.
Could anyone give me a hand with this?
Thanks a lot for your help
A.
I have a table that keeps track of registrations, some of them are complete
and some don't. I have a main form based on this table that shows all data
entered, one record at a time. The form has a list box that, when updated,
shows all registrations in the table that are incomplete. I would like to use
some sort of "FindRecord" procedure where by double-clicking one of the
incomplete records in the list box the whole record information is pulled up
in the main form. I have a unique identifier for each record called [PATIENT
ID]; I assume I would need that to pull up the right record in the form.
Could anyone give me a hand with this?
Thanks a lot for your help
A.