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!

Recent content by ebunt

  1. ebunt

    Computed Columns?

    Thanks for the help Crystal, that is exactly what I was looking to do.
  2. ebunt

    Computed Columns?

    I have a table that populates fields based on a case statement. I have an additional field that is derived from the case fields, and I need to find a way to calculated the derived field. For example, billed_fee = CASE WHEN record_code = 21 OR record_code = 30 AND assoc_record_code = 21) THEN...
  3. ebunt

    Possible use of IIF statement for dates

    Your syntax is wrong...you don't put WHERE TWICE, only the first WHERE is necessary.

Part and Inventory Search

Back
Top