I have an Access 2000 VBA application setup. Currently there are 7 forms, all of which have one common field of Client_Num, which is numeric. I have now placed a text box on each form where the user is able to enter the Client_Num they require. When they press a Command button I want to search through all the records on the active form, and go to the appropriate record. I've tried using the DoCmd.GoToRecord but am not having any luck. Can anyone give me any suggestions on this? Cheers.