Access Forms buttons will not work in XP

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Access Forms buttons will not work in XP

    I have migrated an Access application from Access97 to
    Access 200 and it worked fine on the 2000 Professional.
    Hoever if I use the application in the XP operating
    systems with Access 2002 the buttons do not work and most
    of it fails to function properly.

    Any ideas what the problem might be.

    Thanks,
    Kevin
    Kevin Mendonsa Guest

  2. Similar Questions and Discussions

    1. Buttons and forms
      I have a form set up on my website with a couple of fields and a "send" button so that people can join a mailing list. Is there any way I can...
    2. buttons in mc buttons don't work ?
      I'd like to make a menu that is off the page. The only part showing would be a tab that says "menu". So I made an MC that is off the page and has...
    3. Forms Buttons
      I just created a form and added 2 buttons: Submit and Clear. How do I get the button Submit linked to my email adress so that the response comes to...
    4. smart forms buttons
      hey. i have 3 tables with relationships: proposals (PK=number), versions (PK=number+version_num) and data (PK=number+version_num+option-num). i...
    5. Forms: customized buttons
      Hi all Anybody out there have a link to a site that offers customized button controls for access forms. I'm tired of the standard rectangular box...
  3. #2

    Default Re: Access Forms buttons will not work in XP

    On Tue, 29 Jul 2003 16:52:32 -0700, "Kevin Mendonsa"
    <kevin.mendonsa@itt.com> wrote:
    >I have migrated an Access application from Access97 to
    >Access 200 and it worked fine on the 2000 Professional.
    >Hoever if I use the application in the XP operating
    >systems with Access 2002 the buttons do not work and most
    >of it fails to function properly.
    >
    >Any ideas what the problem might be.
    Something wrong with the code.

    Care to share with us what error messages you're getting, or the
    symptoms? "Doctor, I don't feel good" isn't going to get you an
    accurate diagnosis!

    One thing to check is References. Open the VBA editor and select
    tools... references from the menu; be sure that Microsoft DAO 3.6
    Object Library is checked, if (as is very likely given that this came
    from A97) you're using the DAO object model. AccessXP (like 2000)
    defaults to the newer ADO object model; if you're not intentionally
    using ADO code, uncheck the ActiveX Data Objects reference.

    Compile the program (with Debug... Compile <yourdatabase>) and correct
    any compilation errors; then compact and repair the database. See if
    that helps!

    John W. Vinson[MVP]
    Come for live chats every Tuesday and Thursday
    [url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
    John Vinson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139