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 strongm 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. Robert1967

    Computation Error

    The object variable I created is below, and was developed to show return amounts based on the type of return. The disposition type code is the return object; the codes provide of 22,32 are different types of returns. = If <Disposition Type Code> InList(22 , 32)Then<Dispute Amount>*-1 Else...
  2. Robert1967

    Computation Error

    I have 5 objects (customer,#of sales,$$of sales,$$ of returns, reason for return)in the data layer and 3 in the presentation layer (customer,#of sales,$$of sales). Customer______#ofSales__$$ of sales___$$ of Returns Jon Doe________151______$310,745.96___$ 35,075.00 Jane...

Part and Inventory Search

Back
Top