//
// task (was tblTask)
// ====
// id AutoNumber (PK)
// task Text
// column Integer
// catg_id Long (FK to "catg")
// status Integer
// catg (was ltbTaskCategory)
// ====
// id AutoNumber (PK)
// task_id Long (FK to "task")
// note_id Long (FK to "note")
// status Integer
// activity (was tblActivity)
// ========
// id AutoNumber (PK)
// task_id Long (FK to "task")
// started Date/Time
// stopped Date/Time
// active Integer (0 = No, 1 = Yes)
// note_id Long (FK to "note")
// status Integer
// note (was ltbLookUpTask)
// ====
// id AutoNumber (PK)
// table_num Integer (FK)
// 1 = task
// 2 = catg
// 3 = activity
// 4 = daily_note
// table_id Long (FK to table identified by "table_num" above)
// dated Date/Time
// note_id Long (FK to "note")
//