I can't seem to find the correct syntax to search comment field. The function cannot find the comment field below. This is a single line text. Any help would be greatly appreciated.
Here's the code in question.
Filter(OPTrack_FormsInventoryEnhancedTables, txtSearch.Text in FORM_NO || Text(dteReqDate.SelectedDate) in REQ_DATE
|| Text(dteReqDate.SelectedDate) in LAST_INVEN || txtComment.Text in COMMENT);