Search results

  1. M

    Output to a Vertical Text File

    I found the below code searching through the forum and it almost does what I want but not quite! The code writes to a file then outputs to a pop up box from an OnClick event on a form. In the box the Chr(13) ensures that a carriage return is at the end of each line so the output it how I want...
  2. M

    Building a shell string

    I need to create a button to load various documents with either word or excel. I have done some test with the Shell command and I have got it to work but I could do with being able to build the shell string from variables rather than having only as static. :confused: This code works fine...
  3. M

    Additional query fields

    Ok, I have a query that pulls data from various tables, what I want to be able to do is when the query is displayed, add an additional field to the end of the result based on information stored in other fields. E.g. Query field headings: Name, Favourite Number, Favourite Colour, Show me, “5th...
Back
Top Bottom