G
Guest
I am trying to show the sum of selected data.
After several weeks of frustration, I have got the data into a list box
using;-
Me.List144.RowSource = "SELECT [Masterlist].[EQU] FROM [Masterlist] WHERE
[Masterlist].[Tech] = '" & Combo0.Text & "';"
All I want to do is show the sum of these numbers in a text box.
It sounds easy, obviously it is not.
Can anyone help?
After several weeks of frustration, I have got the data into a list box
using;-
Me.List144.RowSource = "SELECT [Masterlist].[EQU] FROM [Masterlist] WHERE
[Masterlist].[Tech] = '" & Combo0.Text & "';"
All I want to do is show the sum of these numbers in a text box.
It sounds easy, obviously it is not.
Can anyone help?