I have a field in a Continuous Form that is populated by the following If Statement:
=IIf([MigrationTeamOk],"No","Yes"
The Field format is a Yes/No Checkbox.
At the top of the form can I have a count of all those records that are 'Yes'?
The Form works off a Query, and no fields are updated in a Table.
If so, how do I go about it?
Thanks,
Nike
=IIf([MigrationTeamOk],"No","Yes"
The Field format is a Yes/No Checkbox.
At the top of the form can I have a count of all those records that are 'Yes'?
The Form works off a Query, and no fields are updated in a Table.
If so, how do I go about it?
Thanks,
Nike