0
votes
votes
1 answers
How to get reference information between parent and child tables (MS SQL Server/MSAccess)?
Is it possible to get information about whether a child table has reference to a parent table through a certain record? For example, tblParent has a record whose primary key value is 5. I want to know whether tblChild_A, tblChild_B and tblC ...
