D
DS
I have DCount expression in a unbound field on a continous form. I'm
trying to have it count how many other [LineID] matches the [LineID] of
the current Record.
=DCount("LineID","SalesDetails","[LineID]=[LineID]")
Thanks
DS
trying to have it count how many other [LineID] matches the [LineID] of
the current Record.
=DCount("LineID","SalesDetails","[LineID]=[LineID]")
Thanks
DS