Please Help! Error 2046 MS Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jimmygoodtime
    New Member
    • Jul 2022
    • 1

    Please Help! Error 2046 MS Access

    I am pleading for help here!

    I have a little bit of code which is called when a button is clicked on a form - this works fine on the full fat version of MS Access, however when the same code is called on the runtime version of access I get the dreaded 2046 error. I am completely stumped and grateful for any advice.
  • Willjoe
    Banned
    New Member
    • Jul 2022
    • 12

    #2
    Error 2046 Logic Error - A logical error occurs when the computer produces the wrong output, even if the input is right. This occurs when Microsoft Corporation's source code triggers the vulnerability in information processing

    Regards,
    Willjoe

    Comment

    • zmbd
      Recognized Expert Moderator Expert
      • Mar 2012
      • 5501

      #3
      A few things:
      = We need to know the EXACT error message - 2046 is a generic code number with multiple descriptions associated
      = In the runtime environment there is no inherent error handling. You have to have the On Error and handling code in place
      = It would help to have the section of the code where you think the code is failing... it's more difficult in the runtime environment to capture the point; however, with a few well-placed Msg() we can capture the point. When you post the code please format it using the [CODE/] formatting tool in the replay toolbar

      == I'm out on walk-about for a few more days so replies and resources are limited - please be patient :)

      Comment

      Working...