Hi,
I am trying to link two tables to another table, wich will be the starting table.
Relationship should be one-to-many(records in the main table are going to have many records,or none, from the other two tables), I want to relate them through the ID, wich is auto-number.
There comes a problem after a do this. it is something like one record cannot have one-to-many relationship with two different tables.
these tables, I want them to work in a query.
I am doing something wrong here.
Need help how to implement this???
ThnX in Advance.
I am trying to link two tables to another table, wich will be the starting table.
Relationship should be one-to-many(records in the main table are going to have many records,or none, from the other two tables), I want to relate them through the ID, wich is auto-number.
There comes a problem after a do this. it is something like one record cannot have one-to-many relationship with two different tables.
these tables, I want them to work in a query.
I am doing something wrong here.
Need help how to implement this???
ThnX in Advance.