Hi Hans,
Thank you so much for your reply - the primary and foreign keys are set up so I am scratching my head why it isn't working? I have attached a picture that shows the primary keys set up but the check box for Links to Columns is grayed out?? Thank you so much for the advice on the driver I will download the jdbc driver for progress.
Progress is an object database (ODBMS), not a relational database (RDBMS). As such, it may not report referential constraints in the same way, especially when using the ODBC bridge. As suggested, a pure JDBC driver may provide a pseudo-relational view of the database.