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?
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...
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?
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.