Viewing 3 posts - 1 through 4 (of 4 total)
I do not know if that is a necessary requirement. But when it is then you still can do it, but this query should be modified whenever another table also...
November 28, 2008 at 8:31 am
Yes, perhaps NotesHeader is a better name, since Notes gives you the idea that it contains the notes(text) itselves, which is not the case. And then the NotesItem table can...
November 28, 2008 at 7:53 am
5th Solution:
Add two tables for Notes:
Notes table
------------
NotesID int PK
NotesItem
------------
NotesItemID int PK
NotesID FK (to Notes table)
Memo
Etc
And add for each table (WorkItems, Contracts, Suppliers, etc) that must support Notes an additional column...
November 28, 2008 at 2:51 am
Viewing 3 posts - 1 through 4 (of 4 total)