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 Rhinorhino 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 adamkushner

  1. adamkushner

    VB errors in compiled program but not in VB

    Thanks to everyone for your help. Turn out while doing work in the database inside of access I sorted the records not using the key which is an autonumber. This was causing the crash.
  2. adamkushner

    VB errors in compiled program but not in VB

    Access 2000. I used the package and deployment wizard. When I installed I did have a problem with msado25.tlb registering.
  3. adamkushner

    VB errors in compiled program but not in VB

    Access is the database. The program just terminates unexpectedly. Public Sub Update(rec As clsParts) mdiInventory.Cursor_Hourglass Dim found As Boolean Dim rsTemp As New ADODB.RecordSet Dim sqlstring As String rsTemp.Open "Select * from [PartsInv] where...
  4. adamkushner

    VB errors in compiled program but not in VB

    I'm developing an application that is causing errors only when compiled, and only on computers other than the one I developed it on. I've narrowed down the problem to the following code. If anyone can help me I would love to hear from you. SaveRec rsTemp, rec rsTemp.Update Private Sub...

Part and Inventory Search

Back
Top