R
RyGuy
I hope this is the correct category for this question. I have a generic
Access DB which allows a user to input a unique number into a TextBox and
then search for this number in a Table. The code works great, I'm just
thinking of ways that I may change it to help a friend with a project.
Basically, my friend works at a hospital and he wants to start using Access
to warehouse information for patients. IDs will probably be used for patient
record keeping. However, I am thinking of adding a feature to look up a
patient based on name (which will be easier to remember than an ID). Anyway,
my questions is this: is there a good sample DB out there somewhere, with VBA
code, etc, that demos how to search for a name, such as David, and then
return all matches so the user can identify the appropriate individual?
Then, when the user selects the appropriate individual he/she see all related
information for this specific person. I have a DB that allows a user to
search for a unique ID, and then all records are returned when the VBA fires.
If I change the code a bit, and search by name, I can find David, and I get
the first match, but I can't see any other person named David in my DB.
Thanks,
Ryan--
Access DB which allows a user to input a unique number into a TextBox and
then search for this number in a Table. The code works great, I'm just
thinking of ways that I may change it to help a friend with a project.
Basically, my friend works at a hospital and he wants to start using Access
to warehouse information for patients. IDs will probably be used for patient
record keeping. However, I am thinking of adding a feature to look up a
patient based on name (which will be easier to remember than an ID). Anyway,
my questions is this: is there a good sample DB out there somewhere, with VBA
code, etc, that demos how to search for a name, such as David, and then
return all matches so the user can identify the appropriate individual?
Then, when the user selects the appropriate individual he/she see all related
information for this specific person. I have a DB that allows a user to
search for a unique ID, and then all records are returned when the VBA fires.
If I change the code a bit, and search by name, I can find David, and I get
the first match, but I can't see any other person named David in my DB.
Thanks,
Ryan--