Jan 5, 2005 #1 MrMode Technical User Aug 28, 2003 195 GB I am trying to apply a filter to a form onopen but struggling. I have a yes/no field and I want the form to open and only show those records where the field is empty (0). Can anyone help?
I am trying to apply a filter to a form onopen but struggling. I have a yes/no field and I want the form to open and only show those records where the field is empty (0). Can anyone help?
Jan 5, 2005 #2 af390 Programmer May 24, 2004 12 US What code have you tried so far? i.e. DoCmd.ApplyFilter [fieldname] = False There's a good example in the Litwin, Getz Access Desktop programming book. Upvote 0 Downvote
What code have you tried so far? i.e. DoCmd.ApplyFilter [fieldname] = False There's a good example in the Litwin, Getz Access Desktop programming book.
Jan 5, 2005 Thread starter #3 MrMode Technical User Aug 28, 2003 195 GB I have tried the following: DoCmd.ApplyFilter , client.clientwin = False DoCmd.ApplyFilter , client.clientwin = 0 DoCmd.ApplyFilter , client.clientwin like 0 ?! Upvote 0 Downvote
I have tried the following: DoCmd.ApplyFilter , client.clientwin = False DoCmd.ApplyFilter , client.clientwin = 0 DoCmd.ApplyFilter , client.clientwin like 0 ?!