Hi,
Wonder if anyone can help. I have created several tables all with primary keys, all integers, all with unique field names, all auto incremented. When it comes to establishing relationships I have tried to link between the the various tables (using the two methods), but could not get any of them to work. Instead I get this error message. Am I doing something simple wrong? Below is the error message generated.
SQL Status: S0011
Error code: -170
Primary or unique constraint required on main table: “STATION” in statement [ALTER TABLE “LIST_ALLIEGENCE” ADD FOREIGN KEY (“Alliegence”) REFERENCES “STATION” (“StatAlleg”)]