Recent content by mitxel

  1. M

    Mysterious Error 3071

    Well, I definitely learned a lot about bug hunting. I managed to understand the point of the breakpoint (I can be really dumb sometimes). I have to say: it’s an extremely useful feature to see your code “in action” line by line. As result I had to confirm: the code is working perfectly as...
  2. M

    Mysterious Error 3071

    I changed the code but no luck. I am feeling very stupid that I cannot explain. The error pops up only when I use the navigation panel. When I click OK on the search panel everything goes fine: panel closing, main form is filtered and shows the expected number of records. I inserted the break...
  3. M

    Mysterious Error 3071

    Sorry I wasn’t clear: I meant the very first row = the first row of the current event which is empty. There was only the break line; I didn't have current event before.
  4. M

    Mysterious Error 3071

    I followed the instructions but nothing changed regarding my problem. :( Very handy tool by the way, the size is greatly reduced indeed :)
  5. M

    Mysterious Error 3071

    At last! Some time to focus on the issue… I played with the break line as you suggested. The error appears before the current event (If I put the break in the very first line the error happens and the break follows it right away). This means (?) the problem is in the code I originally posted...
  6. M

    Mysterious Error 3071

    Thank you for your response! I edited my original post – sorry for the bad tags. There is no current event on the main form, and if I am right, this is the only event triggered when stepping on the next record. The myFilter is passed due its global variable nature. I’m aware of that this is...
  7. M

    Mysterious Error 3071

    Hi! I’m creating a new view of an existing database, planning a new search form for it. After I filled the tables with some test data somehow this error massage appeared: “This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain...
  8. M

    Hi!

    Hello everyone! I'm Nandor from Hungary. I’m working on the field of cultural heritage and started working with Access a few years ago (out from necessity). Due the lack of any programming knowledge I’ve used your forums many times to solve my arising problems. Hopefully someday I will be able...
Back
Top Bottom