Hi, I am new to MS Access , just facing a problem,
I have a report in which I am counting all the records at the end . Total Records =Count([id]) where id is autonumber.
Now I have to count a specific field which is a text field , it has only three possible values, lets say its a text field "country" in a table "employee". , there are only three possible values in this field i.e "America" , "UK" , "Japan"
now in the end of report where is i counted total records I have to mention that:
Total Employees from America:
Total Employees from UK:
Total Employees from Japan:
Can any one guide me what should I write in the control source?
Any help will be highly appreciated,
Thanks in advance
I have a report in which I am counting all the records at the end . Total Records =Count([id]) where id is autonumber.
Now I have to count a specific field which is a text field , it has only three possible values, lets say its a text field "country" in a table "employee". , there are only three possible values in this field i.e "America" , "UK" , "Japan"
now in the end of report where is i counted total records I have to mention that:
Total Employees from America:
Total Employees from UK:
Total Employees from Japan:
Can any one guide me what should I write in the control source?
Any help will be highly appreciated,
Thanks in advance