When we want to get records that satisfy a certain criterion, we can formulate the SQL statement for it.
I understand that we can achieve the above with one of the following strategies:
(a) set the recordsource of the form that satisfies the SQL,
( get the recordset of the table that satisfies the SQL criterion, or
© use a filter similar to the WHERE clause of the SQL statement.
My question is – is there any differences amongst the three ways and what are their performance penalty?