M
Michael
There's a textbox TxtFind and a subform in datasheet view SFListing.
When the user enters text in the textbox, the datasheet automatically
filters its list. I'm using this code to filter it:
Form.RecordSource = strSQL
Should I simply use the Filter property of the subform in this case? Which
one is more performant?
When the user enters text in the textbox, the datasheet automatically
filters its list. I'm using this code to filter it:
Form.RecordSource = strSQL
Should I simply use the Filter property of the subform in this case? Which
one is more performant?