I have a subform with 4 pages and about 5 fields on each page. When I'm in a field on the 2nd, 3rd or 4th page and I move to another record, the focus on the subform jumps back to the 1st field on the 1st page. Needless to say, this is quite irritating.
I have no On Current or other code...
I haven't been able to find the answer to this elsehwere, and I know someone here will have the answer: What function does (Cancel as Integer) serve in code and why does it appear only on some subs and not other?
I have a form that lets users select criteria and creates a query that includes email addresses based on their input. I want to be able to take the email addresses and have them automatically transferred to an Outlook message form. I'm moderately knowledgable about VBA but can't figure out how...