Thought I posted this, but I can't find it anywhere. Bizarre.
I have a table (with a form for data entry), fields are:
* ID
* Project Aspect (a list of 10 set items)
* Status (red/orange/green)
* Month
I have a 2nd table, fields are:
* ID
* AspectID (from the first table)
* Comment, Action, By Whom, By When (all separate fields)
The reason for the two separate fields is that each month each aspect must have a single status, but can have multiple comments.
Form 1 is a continous form that allows the user to update the status for each Aspect. Each record has a command button that filters on the Aspect ID field, to open a form for the 2nd table.
I would like (if possible) to have an information box on the first form that shows how many comments are recorded against a given aspect for a given month.
I have a table (with a form for data entry), fields are:
* ID
* Project Aspect (a list of 10 set items)
* Status (red/orange/green)
* Month
I have a 2nd table, fields are:
* ID
* AspectID (from the first table)
* Comment, Action, By Whom, By When (all separate fields)
The reason for the two separate fields is that each month each aspect must have a single status, but can have multiple comments.
Form 1 is a continous form that allows the user to update the status for each Aspect. Each record has a command button that filters on the Aspect ID field, to open a form for the 2nd table.
I would like (if possible) to have an information box on the first form that shows how many comments are recorded against a given aspect for a given month.