G
Guest
Hi
I've a li'l problem and I was hoping somebody could help me out here
In my table "tblData", I've the following data
Employee_I
Last_Nam
First_Nam
Departmen
Office_Cit
Now, I've made a query that searches for all the employees in a particular city ("Office_City"), i.e., Birmingham, Manchester, Paris, Brussels, Milan, Berlin, New York, LA etc....
This query is working very well for a particular city like NY, Paris etc.. However, now I want to run a query for all the employees (First_Name, Last_Name) working in Euro-zone, Europe, Americas, and globally. And I can't just work it out
Can anybody PLEASE help me out here??? For Euro-zone, I want Paris, Brussels, Milan and Berlin; for Europe I want all the european cities and for America, NY and LA.
By the way, I am using combo-boxes as the criteria for my queries. Ideally, I want the names "Europe, Euro-zone, Americas, Global" to be displayed in the combo-boxes. When a user selects, "Euro-zone" (for example) I want the query to display all the employees in euro-zone. The problem as you would have already understood is that the table itself contains only the cities names and NOT the region names
I shall be very grateful if somebody could help me out here
Regards
Julien.
I've a li'l problem and I was hoping somebody could help me out here
In my table "tblData", I've the following data
Employee_I
Last_Nam
First_Nam
Departmen
Office_Cit
Now, I've made a query that searches for all the employees in a particular city ("Office_City"), i.e., Birmingham, Manchester, Paris, Brussels, Milan, Berlin, New York, LA etc....
This query is working very well for a particular city like NY, Paris etc.. However, now I want to run a query for all the employees (First_Name, Last_Name) working in Euro-zone, Europe, Americas, and globally. And I can't just work it out
Can anybody PLEASE help me out here??? For Euro-zone, I want Paris, Brussels, Milan and Berlin; for Europe I want all the european cities and for America, NY and LA.
By the way, I am using combo-boxes as the criteria for my queries. Ideally, I want the names "Europe, Euro-zone, Americas, Global" to be displayed in the combo-boxes. When a user selects, "Euro-zone" (for example) I want the query to display all the employees in euro-zone. The problem as you would have already understood is that the table itself contains only the cities names and NOT the region names
I shall be very grateful if somebody could help me out here
Regards
Julien.