Search results

  1. H

    using VBA to open a linked OLE object

    I have a table that stores a linked OLE object (Picture). The client I am setting this up for doesn't want to see the object on the form but would rather use a botton or link to open the object with the windows default viewer. I have been researching this but I am at a loss on the direction...
  2. H

    Emailing without email program opening

    send via smtp I am using this code to send directly to my smtp server. You may want to try this. Private Sub send_mail_smtp_Click() Dim mail Dim config Dim fields Dim stremail As String Set mail = CreateObject("CDO.Message") Set config = CreateObject("CDO.Configuration") Set fields =...
  3. H

    Creating A Query to run from user definable Tables

    I am using Access 2003 and I have 30 tables that hold the same information for 30 different clients. I generate annual reports for each client. I am wanting to set up a make table query that will allow me to define the Table I want to pull the data from. Any Ideas?
Back
Top Bottom