Search results

  1. B

    Updateable Pivot Table Alternatives

    Does anyone know of a control (custom, ActiveX, etc.) that provides the functionality of a Pivot Table, but is also updateable (i.e. the data can be edited)?
  2. B

    Is this table structure valid/sound?

    I have several tables in my application that can be associated with 0-many contacts in a contacts table. For example, each task in the Tasks table can be associated with several contacts/individuals (Manager, Scheduler, Planner, etc.); the same is also true with the Projects table, the...
  3. B

    Database design with "nested" tables

    I need to design a database with the following requirements: For each Contract, there can be 1->many Projects For each Project, there can be 0->many sub-Projects For each sub-Project, there can be 0->many subsub-Projects For each subsub-Project, there can be 0->many subsubsub-Projects For each...
Back
Top Bottom