I have a table with medication data in it. I have another table with a listing of all formulary medications in it. Now I am adding the medication by name in the first table but was advised to add instead a number, so far so good. It even makes sense to reduce the number of errors and space.
tblMedication has the following fields: ID (Patients number) , IDMedicine (New field to provide the link) , Med (text field with the name of the medication spelled out) , Dose/Frequency of delivery/Start & Stop Date/etc.
tblFormulary has the following fields IDMedicine (autonumber primary key) , Med (Text field as above) , IDCondition (a link field for different medical conditions) and Formulary (Yes/No field to indicate funding responsability)
What I need to do is to copy tblFormulary!IDMedicine number to the tblMedication!IDMedication field based on the Med (Text) field.
I considered doing it by hand but there are over 3000 individual records and that would be impossible.
I tried using an update query but I obviously screwed it up because nothing was updated.
What do I do?
Jail Administrator Medical
JAM