ok, i want to make the source of a combo box come from some sql code that i write.this is easy enough, the question i have is when i write out the sql code in the vba environment, can i reference form objects (like a text box, etc) inside my sql code?
remeber that this SQL code will not be executed from a query, but will be executed locally inside the vba environment once a button is activated.
remeber that this SQL code will not be executed from a query, but will be executed locally inside the vba environment once a button is activated.