Hi All,
I am beginning to use PK's and FK's and an intermediate table and I am stuck on this error:
1005 - Can't create table 'ftc_normalized_local.#sql-fdc_24' (errno: 15)
I am trying to setup an intermediate table to store the grade levels from one table, with the form that uses them in another table. (I can get the first FK to save, but its the second one giving the error).
I attached a snapshot of the 3 tables, and the foriegn key of the intermediate table.
tables image
I appreciate the help and guidance,
Don