Im creating a form to show how much money should be in our cash register based on invoices.
On this form i have several fields, Service total, Products Total, and Concessions total.
The Service total and Products Total Sums are on the same query. but the concessions is built in a separate query since its information is kept in a separate table.
Im having issues putting issues putting the totals from both queries on the same form. if i build the form linked to the service totals, it wont show the concessions total, and vice versa. and if its not linked to either table then it wont fill any of the fields.
Im using Macros and expressions, not VB
If i create a macro to populate the field I'm getting the error message "The Object Doesn't Contain the Automation Object ..."