View Single Post
Old 10-14-2004, 12:29 PM   #2 (permalink)
DKasler
 
Newb Techie

Join Date: Mar 2004

Posts: 36

DKasler

Send a message via AIM to DKasler Send a message via Yahoo to DKasler
Default

Im retarted... problem all fixed.

I changed the Data3.Recordset.FindNext

in Data3.Recordset.FindNext "vid LIKE '*" & Text8.Text & "*'"

to

Data3.Recordset.FindFirst and it works fine now. Since it was the 1st record FindNext was skipping right over it.
DKasler is offline