I have five tables in my database. The main table has a primary key of EquipID. Two others contain info about Venders and Product Limitations. The final two I created because of many-to-many relationships.
TblEquip is linked to tblVenderRel (one-to-many on field EquipID), which in turn is linked to tblVender (one-to-many on field VenderID). The other two tables are linked exactly the same (except field names).
When I attempt to make a query with all five tables, only the Column heads for the fields choosen in the query appear; no data. When I make queries with TblEquip, tblVenderRel and tblVender or TblEquip, tblLimitationRel and tblLimitation separately, they work fine.
Can't figure out what the problem is. Any help GREATLY appreciated.
Thank you
Brian
TblEquip is linked to tblVenderRel (one-to-many on field EquipID), which in turn is linked to tblVender (one-to-many on field VenderID). The other two tables are linked exactly the same (except field names).
When I attempt to make a query with all five tables, only the Column heads for the fields choosen in the query appear; no data. When I make queries with TblEquip, tblVenderRel and tblVender or TblEquip, tblLimitationRel and tblLimitation separately, they work fine.
Can't figure out what the problem is. Any help GREATLY appreciated.
Thank you
Brian