C
cp2599
I hope someone can point me in the right direction ...
I'm trying to retrieve data from a table to use for processing within
a form; however, that data is not within the scope of the form's data
although I could add an unbounded field to store this data once I
retrieve it. I can create the SELECT statement as a query, but I
don't know how to run it VBA. Could someone please tell me how to
create and execute a SELECT statement in VBA. Thank you
I'm trying to retrieve data from a table to use for processing within
a form; however, that data is not within the scope of the form's data
although I could add an unbounded field to store this data once I
retrieve it. I can create the SELECT statement as a query, but I
don't know how to run it VBA. Could someone please tell me how to
create and execute a SELECT statement in VBA. Thank you