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!

Recent content by sk1955

  1. sk1955

    "Too many arguments ..." error in ToText function

    Thank You Ido, Naith and Ngolem! ToText(ToNumber({pt_get_summary_report.DATA2}), 3) look better, because it use defaults. Again thank You all.
  2. sk1955

    "Too many arguments ..." error in ToText function

    I have field ot type string, that may contain characters or numbers. If it is a number - I want print it in the report with thousands separator - ",". But formula, that I create: If NumericText({pt_get_summary_report.DATA2}) Then ToText({DATA2}, 3, ",", ".")...

Part and Inventory Search

Back
Top