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 IamaSherpa 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. sammylieb

    How to count days elapsed since ship date?

    I am new to filemaker pro. I have a text field that notes the shipping date of an item in my inventory. I want another text field to display the number of days that have elapsed since that ship date. I have implemented this code: If( GetAsText( Day(Get(CurrentDate)) - Day(Ship date) ) = "1"...

Part and Inventory Search

Back
Top