Ok,
Patient table has a layout of pharmacy with foreign-key-pharmacy placed on it
Pharmacy table has primary key linked to that foreign key and it has 2014 pharmacy records.
on Patient table I made the layout setup displaying data from pharmacy table ( showing the same number of records)
I made the NAME field of pharmacy a value list displaying dropdown menu from the NAME field in the pharmacy table, how do I set the foreign key field to take the corresponding primary key of the pharmacy name (I chose from the drop down list ) so the rest of the fields on patient layout will display ( Address, phone number , fax, zip…etc)?
Thanks