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

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

    Portal Problem

    I am using a portal to create new records in a related field, however, each time I enter new data it only makes 2 records in the relating table and updates them with the last 2 I entered.
  2. BillAtkin

    If and count calculation

    I am trying to get a filed to display the last admission dates and I get nada. What I have for the field calc. is : field= If ( (Count ( Admission date))<2; ""; GetNthRecord ( Admission date; (Count ( Admission date))-1) ) I thought this would go: If there is only one record return nothing if...

Part and Inventory Search

Back
Top