Algernon83
Programmer
For a form I'm building, I need to run a query on one of the tables in my database, and enable or disable a pair of buttons based on the result. However, I can't seem to figure out how to run an arbitrary select query and view the results. Just opening a stored query won't do, since there has to be a parameter passed to the query. How can I run a select query in VBA?
Forgive me if this is a dumb question. It seems like this should be simple, but I just can't figure it out.
Forgive me if this is a dumb question. It seems like this should be simple, but I just can't figure it out.