J
Joshua6007
I need to write some code to look up a value from a database table that has a
ID and Name columns. So given the ID, it would return the Name. This *needs*
to be done from VBA. Is there a way to create a query, then execute it from
within the VBA code, similar to a stored procedure, give it the ID, and get
back the Name?
Thanks!
ID and Name columns. So given the ID, it would return the Name. This *needs*
to be done from VBA. Is there a way to create a query, then execute it from
within the VBA code, similar to a stored procedure, give it the ID, and get
back the Name?
Thanks!