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 mp3455

  1. mp3455

    Data Entry Property

    I'm working with a table of transactions, and for each customer's record, I have two subforms: one which displays all the customer's transactions ("entry"), and one which allows for data entry of new transactions ("display"). I've been specifically asked to break these functions apart into two...
  2. mp3455

    Corrupt database?

    After lot of repetitive clicking and a little bit of cursing I seem to have gotten things back on track by importing all the objects into a new .mdb . Thanks to everyone for their help!
  3. mp3455

    Corrupt database?

    SoCal, it does not highlight code while compiling, but it does in other cases. When it does, it highlights the first row of this: Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long) modCancel = True End Sub Private Sub Form_BeforeUpdate(Cancel As Integer) If...
  4. mp3455

    Corrupt database?

    When I try to compile, I get the same misspelled/missing form error message 7 or 8 times, and then it fails.
  5. mp3455

    Corrupt database?

    I accidentally spilled stupid all over my Access project. At some point, I inadvertently copied the main form of my database under a different name. Once I realized this, I deleted the duplicate form and kept working on the original. Now I'm getting "Module Not Found" notices in numerous odd...
  6. mp3455

    Jump to a record from a List Box search

    D'oh. I did, now that I've looked at it again. It's working fine now with his suggestion. Pwise, I completely misread your post. Thanks to you and TheAceMan1.
  7. mp3455

    Jump to a record from a List Box search

    Thanks for your reply, pwise. It's actually an autonumber. I now see this code works when the table reference is switched to a text field, but since my records don't have unique text fields, I need to work with the ID autonumber. Is this doable?
  8. mp3455

    Jump to a record from a List Box search

    I'm working with a school database and I'd like to add a search function that will display a list of students with a command button that will jump to that particular record. I'm having a devil of a time with the code for the command button. Here's what I have so far: Private Sub...

Part and Inventory Search

Back
Top