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!

Search results for query: *

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

    Multiplying Date by Number

    I am trying to do the following: (CDate(DateTimeValue({?DateFrom})) - 1) * 1440; But I am getting a "this should be a number" and (CDate(DateTimeValue({?DateFrom})) - 1) highlighted I have done this before in VB Script by typing: var = CDate(Date) * 1440 var = var - 1440 Any suggestions or...

Part and Inventory Search

Back
Top