G
gg
I currently have 2 primary key fields: 1) contract_no and 2) line_item_no
(currently autonumbered) for my Main Contract table and Contract Detail
Table. However, now the users want a user entered text field line_item_no
(still a key field) because they may have several line_item 1's: ie. for
contract_no=1; but now with line_item_no="1-oa" (for original agreements),
another record with line_item_no="1-a1" (for amendment1), and yet another
line_item_no="1-a2" (amendment2), etc.
How would you recommend doing this since now the contract_no is
auto-numbered, and line_item_no=text and a user-entered field, but still need
to be primary keys? Should I just keep the current contract_no as
auto-numbered and keep the autonumbered line_item_no but add a new field that
users enter as the 1-oa, 1-a1, etc.?
Just need someone's advice.
Thank you!
gg
(currently autonumbered) for my Main Contract table and Contract Detail
Table. However, now the users want a user entered text field line_item_no
(still a key field) because they may have several line_item 1's: ie. for
contract_no=1; but now with line_item_no="1-oa" (for original agreements),
another record with line_item_no="1-a1" (for amendment1), and yet another
line_item_no="1-a2" (amendment2), etc.
How would you recommend doing this since now the contract_no is
auto-numbered, and line_item_no=text and a user-entered field, but still need
to be primary keys? Should I just keep the current contract_no as
auto-numbered and keep the autonumbered line_item_no but add a new field that
users enter as the 1-oa, 1-a1, etc.?
Just need someone's advice.
Thank you!
gg