So I am trying to set up a DB for a dance school.
I have created a table for charges. In this table is my StudentID and ClassID (the keys from my main tables)
I have done a lookup from the classID for the term cost which is a field in the Classes Table.
It just gives me a dropdown which i can select from the list..
FYI; I have enforced integrity and the field is lookingup the Class ID & term cost with the classID width to 0.
Let me know if this makes no sense.
Ta