T
Thorson
I currently have a table with records and form for entry to keep track of
animal's health records (tblTherapueticHealthRecords). I also have a table
that lists all the approved drugs for use on the animals (tblDrugs). Tbl
Drugs is used as a lookup for the "drug" field in
tblTherapueticHealthRecords. I would like it so that if the user wants to
enter in a new drug that was used into tblTherapueticHealthRecords or the
form, a box would pop-up asking if they would like to add the drug to the
database, then if they click yes a form opens asking them to provide the drug
information, if they click no it goes back to the table or form.
How do I do this? Do I use a Macro or VBA? I am not very experienced with
either.
animal's health records (tblTherapueticHealthRecords). I also have a table
that lists all the approved drugs for use on the animals (tblDrugs). Tbl
Drugs is used as a lookup for the "drug" field in
tblTherapueticHealthRecords. I would like it so that if the user wants to
enter in a new drug that was used into tblTherapueticHealthRecords or the
form, a box would pop-up asking if they would like to add the drug to the
database, then if they click yes a form opens asking them to provide the drug
information, if they click no it goes back to the table or form.
How do I do this? Do I use a Macro or VBA? I am not very experienced with
either.