I have am mdb file and have two tables in it.
One called “Drugs” and the other called “Inventory ”
In the “Drugs” table, I have two columns called:
“Drug ID” and “Drug Name”
In the “Inventory ” table, I have four columns called:
“Drug Code”,” Drug Name”, “Manufactu red Date” & “Expiratio n Date”.
The Drug Code and Drug Name in “inventory ” table are looking up from “Drug ID” and “Drug Name” in "Drug” table. When I type or click the Drug Code in “Inventory ” table, I want the Drug Name that was assign to that id in “Drug” table to automatically fill itself into the drug name in the inventory.
What should I do?
One called “Drugs” and the other called “Inventory ”
In the “Drugs” table, I have two columns called:
“Drug ID” and “Drug Name”
In the “Inventory ” table, I have four columns called:
“Drug Code”,” Drug Name”, “Manufactu red Date” & “Expiratio n Date”.
The Drug Code and Drug Name in “inventory ” table are looking up from “Drug ID” and “Drug Name” in "Drug” table. When I type or click the Drug Code in “Inventory ” table, I want the Drug Name that was assign to that id in “Drug” table to automatically fill itself into the drug name in the inventory.
What should I do?
Comment