The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I'm currently trying to run a lot of queries on a large database of driving simulation data. I have the query set up such that I have to manually enter in the driver ID, and the times that I want to look at. These values are coming from an Excel spreadsheet that I've set up. What I'd like to do is to somehow run a script that would grab the IDs and times from the Excel sheet, use them in the Access query, and then copy the data from the query back into Excel. However, I'm not familiar enough with VB 6 or VBA commands for Microsoft Access to do this. Can anyone provide any help or provide a link where I can learn how to do this? It would help me out tremendously.
EDIT: Solved, my boss has code that facilitates most of this. Would have been nice had he mentioned that when I first brought up the issue.