Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Linking a Notes table to multiple tables

    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...

  • RE: Linking a Notes table to multiple tables

    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...

  • RE: Linking a Notes table to multiple tables

    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...

Viewing 3 posts - 1 through 4 (of 4 total)