I am having trouble using DCount in a bound text field. Is this possible? I can use the following syntax to get the result in an unbound control in a query, but would like to place the results in a bound field in a table. Thanks.
Sets: DCount("SetsRepID","tblSetsDetail","SetsRepID = " & [StrID])
You mean on a Form ?
You can do this ... set the Control Source of an *unbound* Text box to:
=DCount("SetsRepID","tblSe
Not completely sure what you mean ...
mx