Remeartificer
Technical User
Advice apreciated here please.
I have two tables:
1. tblCompany
2. tblTasks
I have included these two tables in a query that a report looks at before it lets me previews the data.
The four sets of data in this question are:
1. Form2Decision (Authorised or Cancelled)
2. Form2QuoteAmount
3. Form2QuoteDate
4. Form3TargetDate
My colleague will enter quote info from companies in the DB. Then, if accepted, he will print out a form to give a summary of the agreement with all four sets of data showing.
However, if the quote is too much it will be cancelled but he still needs to send back the same form to the company. When I print out the form, it says cancelled at the top but it still shows the quote info. He want me to hide this info if it has been cancelled.
ie: If Form2Decision = "cancelled" then hide Form2QuoteAmount, Form2QuoteDate, Form3TargetDate.
I am having a blank on this one and would appreciate any advice. How can I acheive this?
Or is my approach all wrong?
I have two tables:
1. tblCompany
2. tblTasks
I have included these two tables in a query that a report looks at before it lets me previews the data.
The four sets of data in this question are:
1. Form2Decision (Authorised or Cancelled)
2. Form2QuoteAmount
3. Form2QuoteDate
4. Form3TargetDate
My colleague will enter quote info from companies in the DB. Then, if accepted, he will print out a form to give a summary of the agreement with all four sets of data showing.
However, if the quote is too much it will be cancelled but he still needs to send back the same form to the company. When I print out the form, it says cancelled at the top but it still shows the quote info. He want me to hide this info if it has been cancelled.
ie: If Form2Decision = "cancelled" then hide Form2QuoteAmount, Form2QuoteDate, Form3TargetDate.
I am having a blank on this one and would appreciate any advice. How can I acheive this?
Or is my approach all wrong?