Folks
I’d like to display a field in a form which value is the result of a SELECT count( … ) statement.
For instance I have a Parent Child table structure and I’d like to display in a form the count of the number of Child records that meet a given criteria for the current Parent record.
I have a working query taking as a parameter the Parent table primary key… but how do I bind the field to that query ? What syntax should I use ? And yes, I’d rather avoid any VBA if possible…
Thanks & regards
Alex