Hi,
I would like to create a view that display documents submitted today.
This is my formula but not sure if this is correct cos i have a refresh icon at the view header. Please help.
SELECT form = "frmMain" & frmsession ="AM" & @Date(frmReportDate) = @Date(@Today)
I would like to create a view that display documents submitted today.
This is my formula but not sure if this is correct cos i have a refresh icon at the view header. Please help.
SELECT form = "frmMain" & frmsession ="AM" & @Date(frmReportDate) = @Date(@Today)