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

  • Users: 4JH88J
  • Content: Threads
  • Order by date
  1. 4JH88J

    Evaluating data when a field equal 130 then insert effective date of 130

    thread767-1439256 I am creating a report need help. I want if the value of a field is 130 then insert the effective date of value else blank here is what i have so far. if {table.field}=130 then {table.effective_dt} else blank please help 4JH88J
  2. 4JH88J

    Evaluating data when a field is equal to a value then insert effective date of value

    Hi, I am working on a report. I have inserted a textbox and I am trying to do a formula for this text box where if the value of a field equals to 130 then insert the effective date of the value into the text box. this is what i have so far. if {table.field} = 130 then {table.effective_dt}...

Part and Inventory Search

Back
Top