Hello All,
I am a newbie, in Access programming.
I have created a database with 10 tables - 5 tables reporting sales of 5 differents product and 5 statics tables (customers, salesman, billing...)
In 5 first table I have some fields that are the same names Broker1 Broker2 Date CMSN1 CMSN2
The field Broker1-2 can take 5 different value A B C D E
I want to create a form where I can select a date or a range of date
Then calculate for each broker Sumif Broker = A, CMSN1+CMSN2 etccc and display as an array
Thank you very much