Search results

  1. S

    help with accessing datasheet in VBA

    Hi, I hope someone can help me solve this problem with my database. I have tried many approaches without success. I have a database with a main form called “frmMainDB” and on this form is a tabbed control called “TabControl1” with four tabs associated with this control. The problem is on the...
  2. S

    Bring Outlook 'Select Names Dialog' to front

    Bring Outlook 'Select Names Dialog' to front when selecting from Access 2010 form Hi, I have written the following code to open the Outlook 2013 'Select Names Dialog' with a command button called 'btnTo' from an Access 2010 form, this code works fine to display the dialogue box but it is...
  3. S

    Open Outlook Address book in Outlook 2013 from MS Access

    Hi, I have written an Access database for my local flying club for membership. Within this database is a form which is used to e-mail pre-defined reports to members. On this form is a button called 'btnTo' which is used to open the Outlook address book, the code under the button has worked...
  4. S

    Format a PDF document sent from MS Access

    Hi, Is it possible to format a PDF document created in MS Access i.e. set the document to landscape instead of portrait as in the following code; DoCmd.OutputTo acOutputQuery, "Query Name", acFormatPDF, "Document Name", False This PDF document is attached to an MS Outlook e-mail and sent...
Top Bottom