Janet,
I'm afraid making lots of buttons like this could be pretty laborious.
In the best case, which is making an exact duplicate (including the Caption) on another form, you can select the two labels and the command button together, copy, and paste onto the other form. Then select all the code for the command button, copy, and paste that into the other form's module.
To duplicate a button on the same form takes a bit more work. You still copy and paste as above, but you'll have to change the caption and size of its little (caption/focus) label. You'll probably also want to change the names of all three controls. After you do that, you can copy and paste the code into the same form module, giving you duplicate procedures. You then have to select the code you pasted and do a Find/Replace operation (using the Selected Text option) to rename the controls in code. Fortunately, when you do the Find/Replace, Access automatically sets the event properties for the new "button" to "[Event Procedure]" for you, so at least you don't have to do that.
By "search by THREAD" do you mean search for a thread, by thread number? No, I don't think you can--but usually, you shouldn't need to. If it's referenced in a post, text with the format "Thread702-537223" will automatically become a link to the referenced thread. If you want to track a particular thread, you can mark it for email notification and sort your forum threads with the marked ones at the top (see the "Thread Order" sort options at the top of the forum's main page).
If you have some other need, let us know what it is. It may already exist, and if not, I'll suggest it to the management as a possible improvement. They're very open to improving the site.
Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein