CharlesDFW
Programmer
Anyone out there know which is quicker?<br><br>A created and compiled querydef with a parameter set by code<br> or<br>Opening a recordset using a generated SQL string.<br><br>Documentation suggests that the querydef that has been used a few times, edited, saved, and run can take full advantage of Rushmore. But I'm wondering whether it will really operate appreciably more quickly than a new recordset.<br><br>Someone commented that the preferred approach is to generate the SQL string. Preferred by whom, and why?<br><br>Appreciate any feedback.<br><br>