Hello I need Your help:
I'm using the code :
=DCount("*","DATA","Product = """ & [Product] & """ And Brand = """ & [Brand] & """ And Model = """ & [Model] & """ AND Status Not In ('Removed')")
It works, but i want to add additional field Dateofpurchase (Date and time field).. I tried in such...