A Database design question
I need help with designing a new table and which keys to use. I'll do my best to explain what I want.
I have an existing table named tableTitle
with the fields
key ITNum titleName VersionNumber
I have an existing table named tableBill
with the fields
key itNum billName BillNumber
On a form
Users will look up the tableTitle and select a titleName.
Users will look up the table tableBill and select a billname.
The user selected entries are to be stored in the new table named TitleVersion.
TitleName is the main field to contain relevant field data.
Note the TitleName and its VersionNumber will be unique.
In the new table do I create the keys as foreign keys
or is there another way to design the new table.
see attached screen capture
I need help with designing a new table and which keys to use. I'll do my best to explain what I want.
I have an existing table named tableTitle
with the fields
key ITNum titleName VersionNumber
I have an existing table named tableBill
with the fields
key itNum billName BillNumber
On a form
Users will look up the tableTitle and select a titleName.
Users will look up the table tableBill and select a billname.
The user selected entries are to be stored in the new table named TitleVersion.
TitleName is the main field to contain relevant field data.
Note the TitleName and its VersionNumber will be unique.
In the new table do I create the keys as foreign keys
or is there another way to design the new table.
see attached screen capture