Tell us what property of the querydef object can you use to change the SQL syntax?

Submitted by: Muhammad
SQL property. If you declare a qdf variable and assign it to a query, you can change the syntax of the sql statement using qdf.sql = “Select…”. One interesting feature of this property: You don't have to save the changes, they are immediately saved. Compare that with the DAO recordset object where you must use the Edit method followed by Update in order to save your changes.
Submitted by: Muhammad

Read Online Microsoft Access Developer Job Interview Questions And Answers