dim intCustomerID as Integer = cint(me.txtCustomerID.text)
Hi,
So far I've taken in a value from an access db into a dataset.
One of these values is a numebr.
I want to loop throught the dataset totaling the number. but I'm not sure how as it will be in the number data type fdrom access. It's giving me trouble when i try to put it into a int. Same problem with text -> string
-Elfman