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: *

  • Users: ForMe2
  • Content: Threads
  • Order by date
  1. ForMe2

    Multiple if/then in one formula

    How do I enter multiple conditions in one formula? Here is what I have. It only uses the last if/then in the formula. if CStr({tbl_Item.Amount2})=" " and ({tbl_Promo.Scan}> {tbl_Item.Amount}) then formula=({tbl_Item.Amount}*{tbl_Qty.Qty}) end if If{tbl_Item.Amount}=CCur(0.00) then...
  2. ForMe2

    Conditional formula

    I need a formula that will multiply a different variable to a field based on the owner of the product and a specific date range. I am using some fields from access that are a date/time field. I'm trying to convert them to a date field. This is what I have so far. There are no errors in the...
  3. ForMe2

    Calculations with Subreports

    I am bringing a calculation into a main report from a subreport with the following formulas: Formula in the subreport: WhilePrintingRecords; Shared CurrencyVar myTotal:=Sum({Orders.Order Amount}) Formula in the main report: WhilePrintingRecords; Shared CurrencyVar myTotal; myTotal My problem...
  4. ForMe2

    Values Automatically Refresh in Parameter

    How do I get the values in the parameter to automatically refresh? I don't want to have to import new default values everytime I refresh the report.
  5. ForMe2

    Parameter on a formula field

    How do you create a parameter for a formula field? My formula field is (unit cost*qty) which creates a total cost. An example would be the user wanting to filter out any total cost under $100?
  6. ForMe2

    Multiple Parameters

    How do I add multiple parameters for different fields so the user may choose just one criteria for one field? (So, they wouldn't have to choose 3 criterias) For example, they would want to filter the report {field.color}= red & sometimes they would want to filter it {field.date}> 1/28/07.
  7. ForMe2

    Formula-No Parameter Please

    I'm looking for a way to print the record closest to the current date without using a parameter. (I don't want a parameter because this will eventually be a subreport.) Example: The last date a product was produced.
  8. ForMe2

    Division By Zero

    How do I get a calculation with a division by zero to show without an error?

Part and Inventory Search

Back
Top