Results 1 to 2 of 2
  1. #1
    Hilton is offline Novice
    Windows Vista Access 2007
    Join Date
    May 2010
    Posts
    1

    Need to update an ancient Access97 "program".

    I have a "program" here written entirely in MS Access, and I need to figure out how to update it. For background, the program controls a database of people and items for the shop owners and police, runs in Access 97, and ran on Windows 98. And has for the last 12 years.



    They desperately need to get away from Acc97 and Win98 for obvious reasons, but nobody has been able to make this program work on another operating system. Now it's my turn! I've tried a couple things, nothing working yet. The only obvious thing I haven't directly tried is installing Office 97 on a modern Windows system, or installing Win98 in a virtual box.

    Anyway, the scripting in this program controls everything. It directly and automatically interacts with two printers (one modern standard USB, one serial receipt printer) and a scanner (for ID).

    Now the interesting part. In Access 97, the program hides all the standard controls and displays only its own toolbar, and the customer DB. using various buttons (ie. find customer, add customer, and some other stuff) will open up forms which show their own toolbars. For example, clicking find customer will give you a simple search box, then a results list, then a form displaying customer information which replaces the toolbar with its own with some other options, find item, add item, update record, etc.

    I have unconfirmed information that this program also works fine in Office 2000, but in Office 2007 the toolbars will not show up (the Ribbon stays visible), rendering it unusable.

    How can I fix this?

  2. #2
    Datagopherdan is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Dec 2008
    Posts
    220
    I would recommend trying to do it in stages. Import the objects to a blank 2007 database if converting it directly from say the 2000 version to 2007 isn't working. You can try running the procedures and setting breakpoints in the code, so you can where the problems are. You can then correct the problems such as updating the references, which should take care of the majority of it or you can just go to the module and references and see where you have broken references and update those with the 2007 ones.


    Quote Originally Posted by Hilton View Post
    I have a "program" here written entirely in MS Access, and I need to figure out how to update it. For background, the program controls a database of people and items for the shop owners and police, runs in Access 97, and ran on Windows 98. And has for the last 12 years.

    They desperately need to get away from Acc97 and Win98 for obvious reasons, but nobody has been able to make this program work on another operating system. Now it's my turn! I've tried a couple things, nothing working yet. The only obvious thing I haven't directly tried is installing Office 97 on a modern Windows system, or installing Win98 in a virtual box.

    Anyway, the scripting in this program controls everything. It directly and automatically interacts with two printers (one modern standard USB, one serial receipt printer) and a scanner (for ID).

    Now the interesting part. In Access 97, the program hides all the standard controls and displays only its own toolbar, and the customer DB. using various buttons (ie. find customer, add customer, and some other stuff) will open up forms which show their own toolbars. For example, clicking find customer will give you a simple search box, then a results list, then a form displaying customer information which replaces the toolbar with its own with some other options, find item, add item, update record, etc.

    I have unconfirmed information that this program also works fine in Office 2000, but in Office 2007 the toolbars will not show up (the Ribbon stays visible), rendering it unusable.

    How can I fix this?

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

Similar Threads

  1. Replies: 6
    Last Post: 07-25-2012, 06:42 AM
  2. Replies: 3
    Last Post: 04-10-2010, 10:22 AM
  3. HyperLink error "No Program registered ..."
    By RycherX in forum Access
    Replies: 1
    Last Post: 02-09-2010, 03:36 PM
  4. aSTR = Dir("C:\*.*") >> "Type Mismatch"
    By JGrant in forum Programming
    Replies: 1
    Last Post: 03-28-2009, 05:17 AM
  5. "Count" and "Countif" in Reports
    By JMantei in forum Reports
    Replies: 1
    Last Post: 06-20-2006, 02:20 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