Context:
I'm in a posiiton where there is a master spreadsheet. Everytime a change needs to be made we have to make the same change many times on multiple tabs and reports. I want to convert the process to Access.
The spreadsheet contains a column which is a textual, "Yes".
I have used the wizard to convert the spreadsheet to an Access database.
I am stuck on a query that will allow me to replicate some of the tables on the spredsheet.
Mainly, there is a table that calculates how many Full time employees, Contractors and total number of positions a given department has.
Using the Design view, I've pulled up the database and opened the Agency table.
I selected the "Department " catagory and set it to Group By ascending.
I then tried many different things for the next three columns.
I can get the total, but not the Yes, and nulls.
If I use Critera, it makes it so that I can not see both the Yes and the total, and I can't seem to get a count of the Null values at all.
I'm in a posiiton where there is a master spreadsheet. Everytime a change needs to be made we have to make the same change many times on multiple tabs and reports. I want to convert the process to Access.
The spreadsheet contains a column which is a textual, "Yes".
I have used the wizard to convert the spreadsheet to an Access database.
I am stuck on a query that will allow me to replicate some of the tables on the spredsheet.
Mainly, there is a table that calculates how many Full time employees, Contractors and total number of positions a given department has.
Using the Design view, I've pulled up the database and opened the Agency table.
I selected the "Department " catagory and set it to Group By ascending.
I then tried many different things for the next three columns.
I can get the total, but not the Yes, and nulls.
If I use Critera, it makes it so that I can not see both the Yes and the total, and I can't seem to get a count of the Null values at all.
Comment