Is there a way I can check if a DataWindow Column is referencing a column in another table?
For example, I have 2 tables - Cust Master, and Cust Master State and the Cust Id in the Cust Master State table has a foreign key referencing to the Cust Id column iin Customer Master table. Not sure if there is a way to find out if Cust Id column in Cust Master State has the foreign key property?
Any suggestions?
Thanks,
Krishna