Hi
I'm a little bit confused here folks. I have to create a database with three tables. These three tables must be linked together.
1st table is called company. it contains the columns Name, Description, Mvalue, T-ID(this column will be linked with the next table)
2nd table is called TT and it contains columns T-ID, Date and description.
These two tables will be linked by a one to many relationship. There could be many company's with the same T-ID.....
is it possible for me then to link the TT table with a new TT2 table and have the history of the T-ID stored in this third table. When I say a history I mean that this TT2 table will show the history of each T-ID.
hope i am being clear enough
thanks a mill in advance for your help.
I'm a little bit confused here folks. I have to create a database with three tables. These three tables must be linked together.
1st table is called company. it contains the columns Name, Description, Mvalue, T-ID(this column will be linked with the next table)
2nd table is called TT and it contains columns T-ID, Date and description.
These two tables will be linked by a one to many relationship. There could be many company's with the same T-ID.....
is it possible for me then to link the TT table with a new TT2 table and have the history of the T-ID stored in this third table. When I say a history I mean that this TT2 table will show the history of each T-ID.
hope i am being clear enough
thanks a mill in advance for your help.