View Single Post
  #2  
Old 02-18-2009, 09:13 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
An expression like %ADO_RS% will be expanded to a string value (the literal text <object> for an ADO recordset object). Use

[vbld_TempMacro("ADO_RS")]

instead to assign the underlying object reference to the macro.

Also, nested Loop actions are not currently supported.
Reply With Quote