Search results

  1. M

    Combobox selecting beyond displayed list..

    Hi All, I have a working combo box on a form that displays issue numbers for part number typed into a text box. This all works fine when the list of issue numbers is below the displayed list (16), but when the list is longer than 16 you cannot seem to select anything after item 16. When the...
  2. M

    Bookmarking on Report?

    Hi All, Is there a way of adding a bookmark to a report, in access 2010, so that users can jump to the top? I have a long report grouped by customer. I can add a button to each group to click on, but how to I reference the top of the report or jump to a field at the top. All I have found...
  3. M

    OpenTextFile & ReadLine help

    HI All, I am trying to read the first line of a file in access 2010, but it is not returning the correct text. I am using code Set readContent = fs.OpenTextFile(pathLong, 1, 0) lineRead = Mid(readContent.ReadLine, 77, 40) the result of lineRead in access is - ?A ???? ?????  @ ???A...
  4. M

    query, add and update......help

    Hi, I am running a query on a linked table. With the result I want to add a column of info (persons name), so I can run a report based on theat name. I did and update query to a table, added the 'name', but when I re-run the update query to get new info, it just added all the same info...
  5. M

    Slow "DoCmd" code ???

    Hello all, I am a complete noobie with access, but I have managed to get some working reports which run from queries, whose info comes from linked tables. The problem I have is with the code running very very slow.... To give some details, I have a query which I have added two parameters...
  6. M

    Well Hello all....

    Hi all, To start with, I am a complete noobie to access, but have been trying it out recently, and I like it :). I currently have a number of excel spreadsheets which I run queries on external data and then macros to format it, but I have now been trying to move some of this over to access...
Back
Top Bottom