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 derfloh 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. WKLawrence

    how to evaluate whether there is a related record?

    In the script, use an if statement with the calculation: Count(TheNameOfARelatedFieldYouWantToCheck) > 0 If there are no realted records, it will return zero, If there are, it will return the number of related records.

Part and Inventory Search

Back
Top