J
Joe Holzhauer
I'm completely self-taught, so I probably have some bad habits; this might
be one of them:
I have a form that requests a PatientID, which the user can enter or hit F2,
which pops up a search form allowing the user to find a patient by name or
other criteria. I've been having the popup form change the PatientID
textbox by referencing the textbox in code from the popup. It works well,
because this is the only place I need to search for a patient, but it seems
like bad form.
Is there a way to have my popup form "return" an ID (then have the main form
take the return value and manipulate it as needed)?
be one of them:
I have a form that requests a PatientID, which the user can enter or hit F2,
which pops up a search form allowing the user to find a patient by name or
other criteria. I've been having the popup form change the PatientID
textbox by referencing the textbox in code from the popup. It works well,
because this is the only place I need to search for a patient, but it seems
like bad form.
Is there a way to have my popup form "return" an ID (then have the main form
take the return value and manipulate it as needed)?