-I have a form with fields "monthreceived", "lotnumber" and "count" that are my targets of interest.
-My table has fields "lotnumber" and "monthreceived" that need to be grouped then counted via query. (The query for grouping by lotnumber and monthreceived produces accurate counts)
-I want to update the unbound form field "count" based on the number of lotnumbers in the table during a specific month that match the lotnumber and monthreceived on the form.
-The "count" field does not have to be saved anywhere since it is used only to provide a value on a label printed from info on the current record.
-----------
For example, upon entering lotnumber '73222' and monthreceived 'JAN' in the form, I want to update 'count' field based on the number of records in the table matching lotnumber '73222' and monthreceived 'JAN'.
------------
I have run out of ideas! Can anyone help me refocus on the right way to accomplish this task?
-My table has fields "lotnumber" and "monthreceived" that need to be grouped then counted via query. (The query for grouping by lotnumber and monthreceived produces accurate counts)
-I want to update the unbound form field "count" based on the number of lotnumbers in the table during a specific month that match the lotnumber and monthreceived on the form.
-The "count" field does not have to be saved anywhere since it is used only to provide a value on a label printed from info on the current record.
-----------
For example, upon entering lotnumber '73222' and monthreceived 'JAN' in the form, I want to update 'count' field based on the number of records in the table matching lotnumber '73222' and monthreceived 'JAN'.
------------
I have run out of ideas! Can anyone help me refocus on the right way to accomplish this task?