I'm having some trouble entering the exact code I need to deliver the results I'm looking for. I am using MS Access 2007.
For my query, I have
Deliverable ID: Primary Key/Constant
Budget-to-deliverable: $$
Invoice 1 amount:$
Invoice 2 amount:$
Invoice 3 amount:$
invoice 4 amount:$
Invoice 5 amount:$
Below is the code I am using to calculate the Budget Remaining field:
Budget Remaining: [Budget-to-Deliverable]-[Invoice #1 Amount]-[Invoice #2 Amount]-[Invoice #3 Amount]-[Invoice #4 Amount]-[Invoice #5 Amount]
however, when running this query, it prompts me/user to enter in the values for Invoice 1-5 rather than pulling the information from the table, even if it is 0. What modifications would I need to make to this code to have the query pull the values directly from the table and not prompt the user to enter them in before the query results are delivered?
Thanks!
For my query, I have
Deliverable ID: Primary Key/Constant
Budget-to-deliverable: $$
Invoice 1 amount:$
Invoice 2 amount:$
Invoice 3 amount:$
invoice 4 amount:$
Invoice 5 amount:$
Below is the code I am using to calculate the Budget Remaining field:
Budget Remaining: [Budget-to-Deliverable]-[Invoice #1 Amount]-[Invoice #2 Amount]-[Invoice #3 Amount]-[Invoice #4 Amount]-[Invoice #5 Amount]
however, when running this query, it prompts me/user to enter in the values for Invoice 1-5 rather than pulling the information from the table, even if it is 0. What modifications would I need to make to this code to have the query pull the values directly from the table and not prompt the user to enter them in before the query results are delivered?
Thanks!