M
mihndog
Guest
I am an access newb- hopefully someone can understand my description of my problem well enough to give me some direction- in short...please, help me!!!
I have 3 tables related as follows:
contactTBL one-many sourcematchTBL
sourceTBL one-many sourcematchTBL
each contact can have multiple sources so I set up a "linking" table sourcematchTBL which only contains numeric data- the contactID and the sourceID, and a primary key (autonumb) for anything I may want to do later. That makes sense, right? OK, well that all seems to work great but here is the rub...
I have a form which needs to display all of the sources for each customer along with other customer info- so I have a subform to display the sourceID field from the sourcematchTBL using the contactID as the Master/Child linkage but I can only get it to display the numeric data stored in the sourcematchTBL not the actual sourcename from the related sourceTBL-
can someone point me in the right direction here? Do I have things set up right to accomplish this task or do I need to modify my table structure/relationships? Thanx in advance....
I have 3 tables related as follows:
contactTBL one-many sourcematchTBL
sourceTBL one-many sourcematchTBL
each contact can have multiple sources so I set up a "linking" table sourcematchTBL which only contains numeric data- the contactID and the sourceID, and a primary key (autonumb) for anything I may want to do later. That makes sense, right? OK, well that all seems to work great but here is the rub...
I have a form which needs to display all of the sources for each customer along with other customer info- so I have a subform to display the sourceID field from the sourcematchTBL using the contactID as the Master/Child linkage but I can only get it to display the numeric data stored in the sourcematchTBL not the actual sourcename from the related sourceTBL-
can someone point me in the right direction here? Do I have things set up right to accomplish this task or do I need to modify my table structure/relationships? Thanx in advance....