Is there a way of showing data of a query in a text box in a form?
I have a Query "Balance in stores", which is updated with every entry in a form (ie. with a tool being issued or received).
In the form I have a combo box in which one selects a tool from the list for issuing/returning in stores.
I need a text box showing the balance of the tool selected from the combo box. When I put the Balance value of the query in the Control source of the text box, i get an error #Name.
What am I doing wrong?
Any ideas?
I have a Query "Balance in stores", which is updated with every entry in a form (ie. with a tool being issued or received).
In the form I have a combo box in which one selects a tool from the list for issuing/returning in stores.
I need a text box showing the balance of the tool selected from the combo box. When I put the Balance value of the query in the Control source of the text box, i get an error #Name.
What am I doing wrong?
Any ideas?