Mark,
1. Open your form in Design View
2. If the Properties window is not visible, click View, then Properties to
make it visible.
3. If should say "Form" in the Title Bar
4. There are five tabs (Format, Data, Event, Other, All). Select Event.
5. Click the On Open row.
6. Click the elipsis (...) button that appears.
7. Depending on how you are set up you may get a dropdown list offering
(Expression Builder, Macro, Code Builder) or you may go straight to Visual
Basic for Applcations (VBA). Clicking on Code Builder takes you to VBA.
8. You will see:
Private Sub Form_Open(Cancel As Integer)
End Sub
9. Between the lines Private Sub... and End Sub, type DoCmd.RunCommand
(space) acCmdFind. Again, depending on how your Access is set up, the
program may try to help you. After you type DoCmd. you may get a dropdown
list. Type ru and RunCommand should be highlighted. Press the TAB key and
it will complete the command for you. After the space, another dropdown list
will give you commands. Scroll down the list to acCmdFind, click it with the
mouse to highlight it and press the ENTER key. It's faster than typing but
sure takes a lot to explain.
10. Go back to the Form
11. Save the form
12. Close the form
12. Open the form to comfirm that the Find dialog box appears.
Roxie Aho
roxiea at usinternet.com