
Originally Posted by
mike60smart
Hi
There are numerous things wrong with your database.
You should not be using Text data Type as a Primary Key.
Each table should have an Autonumber Long Integer Primary Key.
Your tables should not have fields set as Lookups. Google the Evils of Lookup fields in Access Tables.
Your relationship should be as follows.
Then using MajP's example you should have a Main Form based on the tblReferrals
With a Subform based on tblPatientInjury
In the Subform you would create Cascading Combox's.
1st Combobox looks up the tblNatureOfInjury
2nd Combobox would contain the list of SubCategories