I have a textbox tb_value and a listbox lb_value. Listbox is bound to a query, it shows the query result. Listbox has only one row, resp. one value. Now, when I make another textbox tb_another, I write in its Control Source: =[tb_value]. Everything's ok, the value of tb_value is shown also in tb_another. But, when I write in tb_another Control Source: =[lb_value], it gives Null. But in listbox there IS a query result value.
The problem is, I have many listboxes, and one textbox, which is supposed to sum all values in listboxes.
How should I continue?
The problem is, I have many listboxes, and one textbox, which is supposed to sum all values in listboxes.
How should I continue?