Relationships and foreign keys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how I can find out if a field is a foreign key and what
table it links to from ASP code?
 
Does anyone know how I can find out if a field is a foreign key and what
table it links to from ASP code?


Look at the Fields collection of the Relationship object

Hope that helps


Tim F
 
Back
Top