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 SkipVought 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. tjjames

    Replace font size in HTML

    I have a text field that sometimes need needs to be interpreted as HTML, and sometimes as RTF. To this end I have the following in the text interpretation formula: if left ({x_clinical_notes.note}, 5) = '{\rtf' then crRTFtext else crHTMLtext This works, but the problem I have is that the font...
  2. tjjames

    Activity earlier than a specific time limit

    Perfect, that did the job nicely. Thank you very much!
  3. tjjames

    Activity earlier than a specific time limit

    Hi All, I'm trying to use a datetime field that shows the last time a patient record was updated to determine which patient records have been inactive for 90 days. I have {Appointments.AuditUpdateDate} which contains the datetimes for each occasion a record was edited in a table which is linked...

Part and Inventory Search

Back
Top