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 dencom 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. ugotaccpaced

    Change Items Sequentially named by formula

    Say I have a game with 999 lights that are named Light001, Light002, Light003 through Light999. At the start of the game I need to turn all 999 lights to on. Is there a way to use For/Next to do this rather than have to individually write code to turn on each light? ex. Dim i For i = 1 to 999...
  2. ugotaccpaced

    Optional Field - Turn off validation

    Have an Optional Field that was originally setup with the Validate check box ticked. Would now like to change the optional field to not validated but the box is greyed out. Anyone know of a way to gain access to the Validate Checkbox? I tried logging in on the Administrator account but still do...
  3. ugotaccpaced

    Find Pending Day-End Transaction for Item

    I'm trying to delete an item but get the error message: Incorrect procedure. Day-end processing is pending for the item at location XXXXXX. Record cannot be deleted. There are no open Sales Orders or Purchase Orders for the item. I also checked Receipts, Shipments, Internal Usage...
  4. ugotaccpaced

    Simple Summary

    How do you summarize what you see on the screen? Two tables: Order & OrderLineItem My report lists each Order individually and the Order total (broken out by Brand). However when I go to grab the summary of what I see on the screen the Summary is off. It is summing the total Order amount for...
  5. ugotaccpaced

    Find Order by Optional Field

    We have an optional text field that I would like to use to find Orders. I can add the the optinal field using the Set Criteria window but no results are returned. I went as far as copying and pasting the exact contents of the optional field from a specific record and still no matches. So how...

Part and Inventory Search

Back
Top