Search results

  1. C

    How to attach Combobox two an unbound form

    I have form that has on calendar control that i select the date for two text box that are the start date and end date, the two text boxes (start and end date) are connected to the queries buy a parameter in the Date fields: Between [Forms]![frmOrderByCustomer]![txtBeginDate] And...
  2. C

    How to open an Automation Word Document from a command button of a form

    Dear All, I Have created the following pices of code that help me to fill the following filds (Date, TO and Text) in a word document automaticaly taking the relevant information from my database. This is the code: Compare Database Option Explicit Private objWord As Object Private...
  3. C

    How I can open Word document using Automation from my Access Database

    Dear All, I Have created the following pices of code that help me to fill the following filds (Date, TO and Text) in a word document automaticaly taking the relevant information from my database. This is the code: Public Function CreateWordMemo() ' Open memo in Word and insert text...
Back
Top Bottom