Search results

  1. A

    Populate Multiple Word Documents with Recordset

    Hi there! I am trying to automate the creation of multiple word documents which are based on a standard template. I create a query using the function "specificQuery" which matches a value on the form "Form New-Batch" to a field in the table "Table-EIRMaster". I then open the recordset of...
  2. A

    Extract highlighted text to New File

    Hi there! I am having some trouble manipulating a word document that will be used in my access database. What I would like is a macro that will go through the entire document and copy/paste highlighted chunks of text (multi sentence) into a new document. I have a macro that I use to find all...
  3. A

    Parameter Value required after SQL update

    I am passing values from a form to the criteria of a query. The value of the string strSQL shows up perfectly everytime when viewing using the debug.Print command. When looking at the Query in Design View, the search word is surrounded by square brackets, resulting in a prompt for a parameter...
  4. A

    MultiSelect lists to form Query

    Hi! I am creating a database and I have gotten stuck on the searching functionality. I am creating a form with several list boxes. The user chooses catagorie(s) to search through from these multiselect listboxes. The catagories come from a table named Classifications where each colomn is a...
Top Bottom