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 wOOdy-Soft 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 ericchajmovic

  1. ericchajmovic

    HELP!!! Record Scrolling using mouse wheel problem

    This article explains how to disable the mouse wheel. I had the same problem, and simply followed the instructions on this article! http://support.microsoft.com/default.aspx?scid=kb;en-us;278379 Eric
  2. ericchajmovic

    How to list all values in table

    Hello, I have a database that tracks responses of seminar attendees. I have a table of questions as follows: Table: Questions Field: QuestionID Field: Type Field: QuestionNum Field: Question I have an additional table: Table: tblSurveys Field: ServeyID Field: TeacherID Field: SessionID Field...
  3. ericchajmovic

    Repetative Labels

    I manage a database of thousands of teachers. We send out mailings quite often. We have many situations in which more than one person at an address is to recieve the same mailing. How can I send one mailing to an address and simply add multiple names to the names field on the label? Anyone...
  4. ericchajmovic

    How different than Access 2002?

    Hello, I just upsized a database created in Access 2002 to SQL Server 2000. When I press on the Next key on one of my forms with the code "DoCmd.GoToRecord , , acNext" and try and enter a new record, I get the message that the record is not updatable. It was in Access. What do I...
  5. ericchajmovic

    Temp Tables

    Hello, I have MS Access as a front-end. Where is the proper place to create temp tables? Thanks, Eric Chajmovic
  6. ericchajmovic

    Access.mdb to SQL Server BE - Linked

    I have a database that was created in Access 2002, and will be moved up to SQL Server 2000. I used the Upsizing Wizard, which gave me an Access Front End (mdb) and a SQL Server backend. Is is ok that the Front End in Access is mdb, and if so, what's the difference between an .adp and mdb...
  7. ericchajmovic

    Record Locking

    Yes - I wrote some code for the combo box.
  8. ericchajmovic

    Record Locking

    Hello, I have a combo box on a form that looks up city, state, when a user selects a Zip code. I can change the zip a few time - until I finally get a runtime error -2147467259 (80004005). The database has been placed in a state by user 'Admin' on machine 'MyComputer' that prevents it from...
  9. ericchajmovic

    Connnect To MAS90 Through OBDC w/MSAccess

    I'm getting this error when trying to connect to MAS90. I have version 3.30. Any suggestions on how to connect (connection string, etc). I need to create reports in MS Access and cannot seem to connect through code. Please help! Run-Time error '-2147467259(80004005)' [Microsoft][ODBC...
  10. ericchajmovic

    MAS90 PROJECT

    I'll try to make this as simple as possible. I'm creating an application for a company that uses MAS90. The application will be built in Access. What the app has to do is to connect to MAS90 - and retrieve certain information from MAS90 such as the Master Customer List, VendMastAuditDetail...
  11. ericchajmovic

    download MAS 90 ODBC driver

    I also need the driver for version 3.30 - thanks eric chajmovic

Part and Inventory Search

Back
Top