I want to impliment a button that filters and shows only records where the field "Performanc eID" has nothing in it.
Currently have the following for filtering by date, I know the syntax is similar but I cant seem to get it right.
Currently have the following for filtering by date, I know the syntax is similar but I cant seem to get it right.
Code:
frmsubAdminEdit.Form.Filter = "ShippedDate=#" & txtDate.Value & "#"
Comment