Query filter problem
Hi everyone
I have a database that I have created to track our work in progress. The primary table has the records of all of the jobs. I have created a form to control this table and I have a subform that tracks invoicing (more than one invoice per job).
I am trying to create a query that will allow me to have a summary of the information in the main table and show a sum of invoicing that is outstanding.
I have created the query and it is only working if there is any invoicing against the job. For examble Job 1389 Contract value $100,000 - invoiced so far $10,000 will show a balance of $90,000. This is currently working. I want it to show 0 in the invoicing if there is nothing against the job number but still show the job number and other fields that I select. Eg example above would be 0 in invoicing column and balance $100,000. At present as soon as I put any fields with anything to do with invoicing it will not show the entries in the main table that don't have any invoicing.
If I run a query on my sub form and show the sum for the fields it is not working either.
Sorry if this does not make sense, any feedback would be appreciated.
I am unsure of how to make the appropriate changes to make this work.
Kind Regards
Jodi
Hi everyone
I have a database that I have created to track our work in progress. The primary table has the records of all of the jobs. I have created a form to control this table and I have a subform that tracks invoicing (more than one invoice per job).
I am trying to create a query that will allow me to have a summary of the information in the main table and show a sum of invoicing that is outstanding.
I have created the query and it is only working if there is any invoicing against the job. For examble Job 1389 Contract value $100,000 - invoiced so far $10,000 will show a balance of $90,000. This is currently working. I want it to show 0 in the invoicing if there is nothing against the job number but still show the job number and other fields that I select. Eg example above would be 0 in invoicing column and balance $100,000. At present as soon as I put any fields with anything to do with invoicing it will not show the entries in the main table that don't have any invoicing.
If I run a query on my sub form and show the sum for the fields it is not working either.
Sorry if this does not make sense, any feedback would be appreciated.
I am unsure of how to make the appropriate changes to make this work.
Kind Regards
Jodi