I currently have a text box and command button on each form for a project I'm working on. The user enters a number into the text box, presses the command button, and the relevant record is displayed. If there is no record, the user is informed. My question is, am I able to also scroll through the recordsets on the other inactive forms at the same time looking for the number, or do I just have to open each form at that specific record?