Hi Stephie,
Try this. It worked for me in a quick trial on one of my databases.
Enter Find Mode[pause] (Note, no restore)
New Record Request
Pause/Resume Script[]
Perform Find [] (Note, no restore)
The pause resume request gives you a chance to enter your second choice. I don't see any benefit to "going" to a specific field, as in paused find, any data can be entered into any field. If, on the other hand, you wish to isolate finds to just the month field, create a layout called month, and use only that field in it. Then at the beginning of your find request, tell FM to
Go To Layout [month]
and after "perform find" use
Go to Layout [whatever it's called]
Hope this helps!