Ok. I am building a software inventory database. We need to be able to input data tables for each serial number of a certain program. The problem I am having is tyeing-in information from a query and spitting it out in a text field. (Please keep in mind I have only been working with Access for 2 days, so if you explain something please give me a step by step)
Visual is much better.
What I need to do is take the TOTAL count of all liscense currently being used in each subform (it's tied to software ID) and add them together to bring a total and display it in the "Licenses in Use" field.
I then need to take the TOTAL count of all the liscenses that are remaining and spit that out into the "# Available" field.
They need to be able to change as new records are added or removed. If I add a new serial number to the list, and it's not going to be in use.. then # Available field needs to increase by one.
Here is the query that I have setup (I think it's right) but as of right now I am not sure what I am doing. Any help would be great.
since I dont know how to add totals of checkboxes that state whether or not its available right now the query is counting the number of "Issuer". the blank issuer is the one that has all the available serials.
Visual is much better.

What I need to do is take the TOTAL count of all liscense currently being used in each subform (it's tied to software ID) and add them together to bring a total and display it in the "Licenses in Use" field.
I then need to take the TOTAL count of all the liscenses that are remaining and spit that out into the "# Available" field.
They need to be able to change as new records are added or removed. If I add a new serial number to the list, and it's not going to be in use.. then # Available field needs to increase by one.
Here is the query that I have setup (I think it's right) but as of right now I am not sure what I am doing. Any help would be great.

since I dont know how to add totals of checkboxes that state whether or not its available right now the query is counting the number of "Issuer". the blank issuer is the one that has all the available serials.