Hello all 
I have a very simple query that brings back a result of one $ figure.
The queryname is "qryOutstandingBalance"
There are only 3 lines filled
Filed: Total
Table: tblInvoices
Total: Sum
When query is run it brings back table with one column and one row, result is e.g $5782.00. Column name is SumOfTotal.
I am wanting to put that in my Main switchboard (called Main switchboard) form that I have. I have created the textbox and tried various expressions to no avail to bring up that $5782.00 in the box. I am wanting it so when the user opens the database that value should change as its the total amount owed that changes continuously when user has input data.
Any help would very much be appreciated!!!
Edit: Well....I made a sub-form and its now coming up but isnt really what I was wanting as it looks quite ugly on my main switchboard
Can anyone tell me a different way using a normal textbox?
I have a very simple query that brings back a result of one $ figure.
The queryname is "qryOutstandingBalance"
There are only 3 lines filled
Filed: Total
Table: tblInvoices
Total: Sum
When query is run it brings back table with one column and one row, result is e.g $5782.00. Column name is SumOfTotal.
I am wanting to put that in my Main switchboard (called Main switchboard) form that I have. I have created the textbox and tried various expressions to no avail to bring up that $5782.00 in the box. I am wanting it so when the user opens the database that value should change as its the total amount owed that changes continuously when user has input data.
Any help would very much be appreciated!!!
Edit: Well....I made a sub-form and its now coming up but isnt really what I was wanting as it looks quite ugly on my main switchboard
Last edited: