I am working on a project that requires I search for user names form an Access 2000 table. I am using VB 6 wtih the # 4 service pack installed. I can view records ok. But I cannot get the find command to work, here is the line Me.adoLogin.Recordset.Find “UserId = ‘ textbox.Text'” the adoLogin is my connection UserId is the field name and the textbox.text is the text bo I want the user to type in thier ID. If I hard code a userId the find works. I have tried to make a string variable and assign the textbox text to that and insert that into the find command.