D
David Portwood
To filter a recordsource, I want something like:
SELECT ...WHERE [Name] =' & strName & ';
I would assign the above to the recordsource property of a form. My intent
here is to save a step over opening the form on a table and then setting a
filter.
Can this be done, or must I use a filter? I read somewhere that filtering
after opening a large recordsource was inefficient.
SELECT ...WHERE [Name] =' & strName & ';
I would assign the above to the recordsource property of a form. My intent
here is to save a step over opening the form on a table and then setting a
filter.
Can this be done, or must I use a filter? I read somewhere that filtering
after opening a large recordsource was inefficient.