Search results

  1. A

    subform with multiple pages jump to first field

    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...
  2. A

    What is the purpose of Cancel as Integer?

    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?
  3. A

    transferring multiple email addresses to Outlook

    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...
Back
Top Bottom