hi there, i did post this question before but still don't understand. i am a newbie so please, explain in easy words and step by step. thanks.
I have a database of orders etc..
I want to make a query which will to a query on a particular employee, this employee may have dealt with x amount of customers (each employee is set with a group of customers) for example:
EMP1 = Mrs.Walker
Mr.Robin
EMP2 = Mrs. Summers
EMP3 = Mr. Ross
= Mr.Goo
...
...
this query has to get the name of an employee (EG..EMP1 OR Donna) and do a search on the amount of orders they have taken. I then want to calculate commission on the order totals of each customer this employee has dealt with.
I tried to do this (without the calculation part) and it only shows 1 Employee...even if I don't specify a EMP name!
There are relationships, and according to the other thread, i set them as a referential integrity (or something like that)
I started again but nothing
This is what I have in the query:
Customer Details:
Customer Name
Customer Number
Product Name
Unit Price
Product Number:
Product Details
Products Purchased:
Order Number
QTY Purchased
tblEmployee:
Employee ID
Employee Name
Order Form:
Order total
What am I doing wrong?
if u wanna see the database:
ftp://temp:temp@techftpserver.co.uk/mdffc.zip
thanks
and plz, explain in easy language! 
I have a database of orders etc..
I want to make a query which will to a query on a particular employee, this employee may have dealt with x amount of customers (each employee is set with a group of customers) for example:
EMP1 = Mrs.Walker
Mr.Robin
EMP2 = Mrs. Summers
EMP3 = Mr. Ross
= Mr.Goo
...
...
this query has to get the name of an employee (EG..EMP1 OR Donna) and do a search on the amount of orders they have taken. I then want to calculate commission on the order totals of each customer this employee has dealt with.
I tried to do this (without the calculation part) and it only shows 1 Employee...even if I don't specify a EMP name!
There are relationships, and according to the other thread, i set them as a referential integrity (or something like that)
I started again but nothing

This is what I have in the query:
Customer Details:
Customer Name
Customer Number
Product Name
Unit Price
Product Number:
Product Details
Products Purchased:
Order Number
QTY Purchased
tblEmployee:
Employee ID
Employee Name
Order Form:
Order total
What am I doing wrong?
if u wanna see the database:
ftp://temp:temp@techftpserver.co.uk/mdffc.zip
thanks

