A
Associates
Hi,
I was trying to create a database for recording meeting minutes that happen
every month . I could manage to come up with tables, forms and reports that
make up the minutes database. However, what concerns me here is every new
minutes is generated from the previous minutes (in another word, sort of a
continuation of the previous minutes). For example, say, we want to add a new
minutes for month #3. When user clicks on "Add minutes", the database will
look up the previous month (in this case, month #2) and pop them up on the
screen for user to edit or modify. I am not sure how to do this.
The following list is the tables I have made up
1. Minutes (minutesID(PK), minutesNo, attendance, minutesDate)
2. Agenda (agendaID(PK), agendaNo, agendaItems, minutesNo(FK))
3.Tasks (taskID(PK), taskNo, taskItems, actioner, minutesNo(FK), agendaNo(FK)
4. SubTasks (staskID(PK), staskNo, staskItems, actioner, minutesNo(FK),
agendaNo(FK), taskNo(FK))
Any help would be greatly appreciated.
Thank you in advance
I was trying to create a database for recording meeting minutes that happen
every month . I could manage to come up with tables, forms and reports that
make up the minutes database. However, what concerns me here is every new
minutes is generated from the previous minutes (in another word, sort of a
continuation of the previous minutes). For example, say, we want to add a new
minutes for month #3. When user clicks on "Add minutes", the database will
look up the previous month (in this case, month #2) and pop them up on the
screen for user to edit or modify. I am not sure how to do this.
The following list is the tables I have made up
1. Minutes (minutesID(PK), minutesNo, attendance, minutesDate)
2. Agenda (agendaID(PK), agendaNo, agendaItems, minutesNo(FK))
3.Tasks (taskID(PK), taskNo, taskItems, actioner, minutesNo(FK), agendaNo(FK)
4. SubTasks (staskID(PK), staskNo, staskItems, actioner, minutesNo(FK),
agendaNo(FK), taskNo(FK))
Any help would be greatly appreciated.
Thank you in advance