Help me please, it is probably a simple answer
Hi everyone
I have a main table that contains all of our Work in Progress with a primary key of Job number.
I am running a query on this table with certain criteria such as Project manager etc to generate a sum of the contract.
There are other tables controlled by subforms in my main form that contain information such as invoicing and variation values to contracts.
What I am trying to achieve is my query will provide me with a contract value for each job number and add the value of any variations less any invoicing that has been completed.
Yes it is working and in theory it is probably very very simple, however if I don't have any invoicing or variations for a job it is not returning a value.
How do I tell it that if these fields have null value then it is actually a 0 value so it will calculate them.
Or am I way off track and this is not the problem.
I have looked through the forum for information but can't find anything that i can really comprehend to help me answer this.
Kind regards
Jodi
Hi everyone
I have a main table that contains all of our Work in Progress with a primary key of Job number.
I am running a query on this table with certain criteria such as Project manager etc to generate a sum of the contract.
There are other tables controlled by subforms in my main form that contain information such as invoicing and variation values to contracts.
What I am trying to achieve is my query will provide me with a contract value for each job number and add the value of any variations less any invoicing that has been completed.
Yes it is working and in theory it is probably very very simple, however if I don't have any invoicing or variations for a job it is not returning a value.
How do I tell it that if these fields have null value then it is actually a 0 value so it will calculate them.
Or am I way off track and this is not the problem.
I have looked through the forum for information but can't find anything that i can really comprehend to help me answer this.
Kind regards
Jodi