Is there any way you can have a value from a calculated text box on a form appear on a report without having that form open?
I am trying to generate a report. The report is derived from a number of tables so I put together a query. One of the forms frmCharges has multiple text boxes and combo boxes to generate a total. I want this txtTotal box to appear on my report amongst other things. Since its a calculated text box not having a control source to a tbl I can't get this value to appear in a query. I don't know how to deal with this.
Can you give me some direction. Do I need to redo the form and base it on a query and place all calculations in the query. And if so how do I deal with combo boxes on a query. Or is there a simpler way of dealing with this.
Looking through old ques I came across something similar but it was said that the form had to be open and on that record to pass it through. This will not work for what I'm trying to do, because the report is a summary of different totals for different jobs over different records
I am trying to generate a report. The report is derived from a number of tables so I put together a query. One of the forms frmCharges has multiple text boxes and combo boxes to generate a total. I want this txtTotal box to appear on my report amongst other things. Since its a calculated text box not having a control source to a tbl I can't get this value to appear in a query. I don't know how to deal with this.
Can you give me some direction. Do I need to redo the form and base it on a query and place all calculations in the query. And if so how do I deal with combo boxes on a query. Or is there a simpler way of dealing with this.
Looking through old ques I came across something similar but it was said that the form had to be open and on that record to pass it through. This will not work for what I'm trying to do, because the report is a summary of different totals for different jobs over different records