I'm building my first database.
I've created 4 tables and joined them with relationships.
I have a table of therapists and another table listing the type of disciplines they might have (nurse, physio, OT etc).
I think I have to add some kind of lookup list to the disciplineID field in the therapists table. so I can choose one of the disciplines available for the therapists.
I tried choosing 'lookup wizard' for the data type for the disciplineID field but I got a 'can't change data type....' error which said I'd have to delete the relationships first.
I tried to delete the relationship between the tables and I got the error 'the database engine could not lock the table etc'.
So, my questions are:
am i approaching this the correct way (to get a lookup list for data entry)
if not, what do I need to do!
I've created 4 tables and joined them with relationships.
I have a table of therapists and another table listing the type of disciplines they might have (nurse, physio, OT etc).
I think I have to add some kind of lookup list to the disciplineID field in the therapists table. so I can choose one of the disciplines available for the therapists.
I tried choosing 'lookup wizard' for the data type for the disciplineID field but I got a 'can't change data type....' error which said I'd have to delete the relationships first.
I tried to delete the relationship between the tables and I got the error 'the database engine could not lock the table etc'.
So, my questions are:
am i approaching this the correct way (to get a lookup list for data entry)
if not, what do I need to do!