Hi,
I have an unbound Listbox based on a calculated query as row source, i can see the data in my listbox but when i try to get this data to one of my unbound text box field i get null value. here is the example.
List box data:
Customer_ID Balance
1100 -4993,22
now i want to have this Balance value in my text box field. for that i'm using control source of my text box, and it's look like this.
=[listbox1]![column](1)
and it's always null.
Please guide me where i'm wrong.
Thanks in advance.
I have an unbound Listbox based on a calculated query as row source, i can see the data in my listbox but when i try to get this data to one of my unbound text box field i get null value. here is the example.
List box data:
Customer_ID Balance
1100 -4993,22
now i want to have this Balance value in my text box field. for that i'm using control source of my text box, and it's look like this.
=[listbox1]![column](1)
and it's always null.
Please guide me where i'm wrong.
Thanks in advance.