OK, now I've got that working here's a quick and nasty way to pass parameters using vba to our Pass Through Query
In the pass though query above the following sql statement is run:
CALL spTest(123,456);
I now want to be able to call this query using parameters instead of the fixed values 123 and 456.
The only way i can figure out how to do this so far is for access to edit the...



