B
Bill Morgan
Access provides a simple way to run a SQL Action Query
using VBA code. For example:
DoCmd.RunSQL "DELETE Customers.* FROM Customers".
QUESTION: Using VBA code and a SQL statement sting only
(i.e., without referring to a stored query) is there an
equally simple way to execute and view a SELECT query in
table format?
I am trying to avoid complex code (i.e., without creating
a New ADODB.Command object).
Thanks for any help you can provide.
Bill Morgan
using VBA code. For example:
DoCmd.RunSQL "DELETE Customers.* FROM Customers".
QUESTION: Using VBA code and a SQL statement sting only
(i.e., without referring to a stored query) is there an
equally simple way to execute and view a SELECT query in
table format?
I am trying to avoid complex code (i.e., without creating
a New ADODB.Command object).
Thanks for any help you can provide.
Bill Morgan