D
David Findlay
I have a table which contains some data i want to access in my VBA
module. I basically want to do the equivilent of the following SQL:
SELECT name FROM my_table WHERE id = foo;
How can I do that in the VBA code? Thanks,
David
module. I basically want to do the equivilent of the following SQL:
SELECT name FROM my_table WHERE id = foo;
How can I do that in the VBA code? Thanks,
David