Relationships and foreign keys

J

John Bacon

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

Tim Ferguson

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
 
Top