M
mls via AccessMonster.com
I want to dispaly the total orders for orderid on the form next to Orderid. I
tried creating a unbound text box and used Dcount which gives me the total
number of records in that table. Where as I want the total number of records
for that particular orderid. =DCount("*","[tblTemp]","OrderID")
Is this possible?
Thanks
tried creating a unbound text box and used Dcount which gives me the total
number of records in that table. Where as I want the total number of records
for that particular orderid. =DCount("*","[tblTemp]","OrderID")
Is this possible?
Thanks