SQL Statement and Microsoft Access Query

  • Thread starter Thread starter Guest
  • Start date Start date
You can use code like:
Currentdb.QueryDefs("qselYourQuery").SQL = "SELECT ...."
This requires a reference to the DAO object library.

--
Duane Hookom
MS Access MVP


Breeze said:
How would I change the SQL statement behind a particulary query using vba
..
 
Back
Top