G
Guest
I have a linked table that has a field from three other tables.
The tables are:
Mag: MagID (PK), Title
Month: MonthID (PK), Month
Year: YearID (PK), Year
MagDetail: NumID (PK), Title (FK to Mag), Month (FK to Month), Year (FK to Year), VolNumber.
Sometimes I will not want to enter Month and Year for a particular magazine. In design view on the Lookup tab each of the FK's is a combo box, row source type-table, row source-a select statement, bound column-1, column count-2, column heads-no, column widths-0, list rows-8, list width-autho, limit to list-yes. What am I missing? I have looked at the Northwind Database and do not see anything different.
Thanks for the help
The tables are:
Mag: MagID (PK), Title
Month: MonthID (PK), Month
Year: YearID (PK), Year
MagDetail: NumID (PK), Title (FK to Mag), Month (FK to Month), Year (FK to Year), VolNumber.
Sometimes I will not want to enter Month and Year for a particular magazine. In design view on the Lookup tab each of the FK's is a combo box, row source type-table, row source-a select statement, bound column-1, column count-2, column heads-no, column widths-0, list rows-8, list width-autho, limit to list-yes. What am I missing? I have looked at the Northwind Database and do not see anything different.
Thanks for the help