Results 1 to 5 of 5
  1. #1
    stryder09 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Feb 2011
    Posts
    85

    active X macro problem

    We have replacre our computers at work here and we are using Microsoft office 2007. For some reason with the new computer it will not allow me to open up a database that is on our shared common drive. I have attached the error that comes up. I am I missing a access permission thing? It works from my laptop from the shared drive and from other computers but not this new one?



    Any help would be greatly appreciated.

    Thanks,

    Brad

  2. #2
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    Check your References to see if any are missing.

    Otherwise, you have a problem with the activeX control on that form (or the API coding associated with it.) Make sure to debug/compile the code and possibly re-insert the activeX control making sure you have the correct References for that control. If the activeX control uses a dll or ocx file, make sure that dll or ocx file is accessable.

  3. #3
    stryder09 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Feb 2011
    Posts
    85
    I dont understand why it would work on a different computer then? Because I have the database shortcutted so no matter what computer you are on you are looking at the same database? Why would it work on mine but not on say your computer?

  4. #4
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    It sounds like there is a related *.dll or *.ocx file saved somewhere which the one computer can see but the other one cannot. If this is the case, you'll need to copy that file to a place where the other one can see it (unless it's location is hard-coded in the vba code which case you'll also need to change this as well.) The mousewheel.dll is an example of coding used to disable the mousewheel. The related dll file itself though needs to be in a location that all users of the mdb can see/correspond to any coding of it's location. I had to copy it to each pc for one app.

    Also check Tools->References to see if any are missing. If so, find which ones correspond and check them. Without seeing any of the API coding or activeX control or setup it's difficult to relate exactly what you need to do.

  5. #5
    stryder09 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Feb 2011
    Posts
    85
    Part of my problem is with 2007! I don't know where to look up refrences in 2007?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 0
    Last Post: 01-12-2011, 12:43 PM
  2. Macro problem
    By HelenP in forum Forms
    Replies: 3
    Last Post: 10-29-2010, 06:24 AM
  3. Inactive or active
    By Bruzer in forum Access
    Replies: 4
    Last Post: 04-08-2010, 04:20 PM
  4. Replies: 2
    Last Post: 09-30-2009, 09:40 AM
  5. sql server active x - HELP!!!!!!!!!!!!!!
    By Valeda in forum Access
    Replies: 0
    Last Post: 06-27-2006, 01:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums