jlathem
Technical User
- Jul 25, 2010
- 27
Can I create a permanent filter by using the Form's Attribute “Filter” so the records returned only show a specific value?
I have tried this but it didn’t work for me.
((Cash_Record.Current_Assignment=2))
Cash_Record is the table Current_Assignment is both the Table’s Field name and the Form Control name, 2 is the value I want to return.
I need to keep the records viewable as well as editable in the nice forms and not return them in Datasheets.
Is there a permanent script I can put in the form somewhere that will limit the returned records?
I have tried this but it didn’t work for me.
((Cash_Record.Current_Assignment=2))
Cash_Record is the table Current_Assignment is both the Table’s Field name and the Form Control name, 2 is the value I want to return.
I need to keep the records viewable as well as editable in the nice forms and not return them in Datasheets.
Is there a permanent script I can put in the form somewhere that will limit the returned records?