Hello. I have a form and one of the controls in the form is a textbox. I want to make it so that when the user types text into this box, the form filters through records of the form's recordset and only shows those which contain the text in a specific field. I'm pretty confident I can figure how to do this using the filter property, but what I would really like to know is, how might I put the spyglass icon onto the form just to the right of the textbox?. I guess one way is to do a screen capture and then move the entire image to paint and then crop it and save it as a file and then create a picture control on the form with its source being that file, but is there a better way?
Thank you in advance.