Is it possible to use the SELECT statement from Word 97 (Word 8) VBA? I appreciate your help.
Printable View
Is it possible to use the SELECT statement from Word 97 (Word 8) VBA? I appreciate your help.
If you are automating Access through VBA then, yes, you can.
You can use the Select statement as long as VBA references the appropriate modules (ADO, DAO, ODBC), as well...