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 IamaSherpa 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. Dandy55

    Lock a form based on text box value

    I have a form which contains a subform. In the main forms on_current event, if the value of a specific text box on the main form is equal to a certain value, I set the allowedits property to false. What is happening is when you go to a form where the text box meets the criteria to set the...
  2. Dandy55

    Join First and Last Names

    On my form and table, I have separate fields for firstname and lastname. On my report based on the form, I would like to concatenate these names into one full name, but keep getting an error. Does anyone know how to do this?
  3. Dandy55

    Inventory problems

    I have a trigger set up in the afterupdate of the status field on the workorder form. If the value = "closed", then I would like all of the items in the workordersubform subtracted from inventory. I am not very good with writing code, so I am not sure how to do this properly, being...
  4. Dandy55

    Inventory problems

    Here is my situation: I have a database used for workorder tracking for a small business. I have a form called workorders linked to a table called workorders, a subform called workordersubform linked to a table called workorderdetails, and a form called inventory linked to a table called...

Part and Inventory Search

Back
Top