Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AXSNut

  1. AXSNut

    Access 2000 to Access 97 conversion gives switchboard problem

    Hi Sorry its taken so long to get back to this... I did what you suggested, however, still the same problem... In the last line of my previous message: rst.FindFirst "[SwitchboardID]=" & Me![SwitchboardID] & " AND [ItemNumber]=" & intBtn "![SwitchboardID]" is highlighted. And the Error...
  2. AXSNut

    Access 2000 to Access 97 conversion gives switchboard problem

    Wow Thanks! I am now able to see the Switchboard...one problem however...when I click on any switchboard button, I get a compile error in the HandleButtonClick function: Private Function HandleButtonClick(intBtn As Integer) ' This function is called when a button is clicked. ' intBtn indicates...
  3. AXSNut

    Access 2000 to Access 97 conversion gives switchboard problem

    Hey folks, this is my first entry in this forum...I have the same problem in reverse. I create a database at work; take it home where I have Access 2002. Everything converts fine except the Switchboard which has an error in the following section of code..."Dim dbs As Database" is the line...
  4. AXSNut

    Access 2000 to Access 97 conversion gives switchboard problem

    Hey folks, this is my first entry in this forum...I have the same problem in reverse. I created a database at work; take it home where I have Access 2002. Everything converts fine except the Switchboard which has an error in the following section of code..."Dim dbs As Database" is the line...

Part and Inventory Search

Back
Top