how to run a query from the VBA Editor window in ACCESS?
- by every_answer_gets_a_point
i would like to do something like this:
DoCmd.OpenQuery "select * from some_table;"
how would i do this?
please keep in mind i don't want create a new query, save it, and run it, i just want to type the select statement in the vba code and run it.