Search results

  1. R

    Query part of a text field

    I need to query a text field where the last 1 or 6 positions of the field always consists of a number. I want to be able to query that number. Now normally I would expect a seperate field in the table for that number. Alas, the manufacturer of the program has decided to store it in this way...
  2. R

    From Query in Access to Word

    I have found a solution myself. For those interested here it is, although a bit tweaked to the contents of the word documents. 'Declare and set the Connection object Dim cnn As ADODB.Connection Set cnn = CurrentProject.Connection 'Declara and set the Recordset object Dim rs As New...
  3. R

    From Query in Access to Word

    Hello! I have been looking for a solution to do the following (mail merge is not an option, it must be a 1 click action): 1 - Query a set of adresses for a company (done) 2 - Export the query to fill the addressblock in a word template (done), but all in the same file (uh oh, that doesn't...
Back
Top Bottom