Hello,
Is there anyway to calculate a total on what is listed in List box?
Thank you
Hello,
Is there anyway to calculate a total on what is listed in List box?
Thank you
Take the query used in the list box...put it in a text box function
txtBox.rowsource = Dsum("[value]","qsList")