I would like to be able to filter my main form upon opening. The table for this form contains a Yes/No field called "Deleted". I have set the Filter property of my form to:
but it still displays all records (even though I have marked 6 as deleted). I will actually need to do this on many of my forms, so as soon as I can get one to work, I can make the others follow suit.
Any suggestions?
Code:
Tables![Case Data]!Deleted = No
but it still displays all records (even though I have marked 6 as deleted). I will actually need to do this on many of my forms, so as soon as I can get one to work, I can make the others follow suit.
Any suggestions?