Search results

  1. T

    Mailing Labels Urgent help needed.

    I have been asked to create a report of Mailing labels that runs from a search screen. I have already created the search form which uses an SQL statement to create a table of the results returned. They have requested to have the option of a couple of standard label sizes, plus a customizable...
  2. T

    Customise Combo box

    I am hoping to be able to use the properties of a combo box but without it actually providing the list selection. Basically I want to use a combo box with the rowsource and recordset defined by code but I want it to display like a text box. It would appear as a text box but be able to autofill...
  3. T

    Using Common Dialog

    I am trying to use the common Dialog dll to return the path for me to save a file. I am unsure about how to use it and how to return the value of this. Please someone help me!!
  4. T

    Setting record source of popup form

    I am trying to set the record source of a subform of a popup form which is a part of a collection of the main form. I am having difficulty referencing this as an object. I have used the tag property of the main form to store the filter which is pulled in by a SQL statement in the subfrm, but I...
Top Bottom