changing value in query using macro

  • Thread starter Thread starter Tang
  • Start date Start date
Tang,

You can't really do this with a macro. You can do it in a VBA procedure
by opening a QueryDef object and setting its SQL property of the desired
string.
 
Back
Top