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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alblunkproex

    Sorting a Subform Table

    Hi, basically I have a couple tables in subforms that track parts that have been ordered under the main order number. What I basically need to have happen is automate the ability to right click the column heading and sort ascending. Anyway to do this through vba?
  2. alblunkproex

    Multiple Record Query Edit

    So I have a Parts List Table that is populated and grouped by part orders and their distinctive vendors. What I want to do is have the purchaser have the ability to add an extra item number associated with that part number. The thing is I need it to add it to multiple entries... or I would be...
  3. alblunkproex

    message box password

    Hey, I have a combo box that allows a person to select their name, but stores a given password for that person. I want a message box to pop up and ask them to verify their password. If it does match, then display the details and add a new record, but if not... close the form. Can I do this?
  4. alblunkproex

    having buttons find a certain record based on first letter

    Scenario: I have a continuous form with a vendor list... alphabetized by the vendor name.. I want to create 5 buttons that put the list at the first letter in the button... so if the button L-P it would go to the first record taht starts with L. Any ideas?
  5. alblunkproex

    Requring data entry notifications.

    If I just want to require entry into these to areas I should do this right? Or am I missing something? If Me.[Justification] = "" Then MsgBox "You must Justify this Request." Cancel = True ElseIf Me.[Order Summary] = "" Then MsgBox "You must enter an Order Summary." Cancel = True...
  6. alblunkproex

    Environ and Multiple Form Query Criteria

    Problem 1: I have one report that gets emailed to other people on my network. That report is based on a query that reads the "requisition number" on either the "NewReq" form or the "EditReq" form.... It does work the way I want it to, but when you ask for the report the query prompts for the...

Part and Inventory Search

Back
Top