I've moved back to the design steps so I have a question
If I have a table like this
DwgNumber (PK)
DwgTitle
All Possible Drawing Number and Titles are in the table (38 Total)
I want to assign Drawing Numbers to Project Numbers.
So I set up this table
ProjectNumber (PK)
ProjectName
I can see how this works IF I create the DwgNumber and DwgTitle with each ProjectNumber.
But
Without adding new records to the Dwg Table for each Project how would I create Projects with associated Drawings?
I hope this makes sense?????????
Thanks
Paul
If I have a table like this
DwgNumber (PK)
DwgTitle
All Possible Drawing Number and Titles are in the table (38 Total)
I want to assign Drawing Numbers to Project Numbers.
So I set up this table
ProjectNumber (PK)
ProjectName
I can see how this works IF I create the DwgNumber and DwgTitle with each ProjectNumber.
But
Without adding new records to the Dwg Table for each Project how would I create Projects with associated Drawings?
I hope this makes sense?????????
Thanks
Paul