i can get this to work
DoCmd.FindRecord "hello",,True,,True,AcAllbut not this
dim b As Stringor again not this
b="hello"
DoCmd.FindRecord b,,True,,True,AcAll
Me!textbox9="hello"can any one help please
DoCmd.FindRecord Me!textbox9,,True,,True,AcAll