Change your sql statement to this:
SELECT * from members
Also, you may just want to pass an Update query to access as opposed to selecting the data, pulling it down, updating it, and then pushing it back up. It seems that you have alot of unnecssary code here.
"The one language all programmers understand is profanity."
|