|
Thanks for all your help...but i think you misunderstood what i need...
I have to query my database for one type of information---> mortgage rates...no other info is needed to be in this array, as i need to use it in an update statement.
If i want to update a field in the database (i will be updating all at once) i have to say change this value which you get from my form to this valu e (the one already in the database) ....
thats where the problem is i wanted to do it all in 1 statement , thus i figured i needed an array with the data ...so...each field in my array has a mortgage rate in it
how can i make a loop to copy the info from my recordset into an array ?????
|