Search results

  1. S

    Solved Run SQL Batch

    Hi Everybody! I've got a .sql text file containing a number (currently ~50) of individual SQL statements, all correctly terminated with a semicolon. Is there any ready-made tool or module to run all these statements against the current Access database? (I know how I could write such a thing...
  2. S

    Prevent ALL CAPS Thread Titles?

    @Jon, is there any option to prevent thread titles in ALL CAPS? I got the impression that these are used much more frequently in recent weeks and I find them pretty annoying, as they are hard to read and create a fake (but probably deliberate) impression of increased importance/urgency.
  3. S

    Solved Is KeyCode Printable Character?

    Hi! Is there an easy way to determine whether the KeyCode passed in to a KeyUp event procedure corresponds to a printable character? When handling the KeyUp event, I want to process the keystrokes for any KeyCode that is actually producing a character in the control, but not any control key...
  4. S

    Solved LINQ Query with Property of an Object in a Linked List as Criteria

    I’ve got two classes (Course, Person). The students enrolled in a course are stored in a List(of Person) of the Course class. Now I want to use LINQ to query a List(of Course) to retrieve only courses in which a Person of a certain name (e.g. “Jane”) is enrolled. How to write a LINQ query to...
  5. S

    Solved Inaccessible forums in Similar Threads

    @Jon - FYI: In the "Similar Threads" section below the thread, I see threads from (sub-)forums I do not have access to. See the screenshot for an example. I guess this is not intentional... PS: I get an access denied error if I click on any of those links, so it is not that serious.
  6. S

    Access Rich-/HTML-Textbox does indents bulleted lists with wrapped text incorrectly

    Access Rich-/HTML-Textbox indents bulleted lists with wrapped text incorrectly Hi Everyone! I'm pretty annoyed by the fact that the Access Rich-/HTML-Textbox seems to be unable to indent bulleted lists with wrapped text correctly. If a line is wrapped, the second line will start at the...
  7. S

    NADD - Netherlands Access Developer Day - Sept. 14, 2019

    On September 14th, 2019 the Netherlands Access Developer Day will take place in Aalsmeer, close to the beautiful city of Amsterdam in the Netherlands. It’s one day packed with Microsoft Access technical presentations and an excellent networking opportunity with fellow Access developers. All...
Top Bottom