Okay so this is another question about a previous question I asked:
http://stackoverflow.com/questions/1435802/rookie-sql-inside-of-vb-question-msaccess-2003
I am pretty new at this so I appreciate the help guys!
So lets say I have a form and I want the SQL string in the VB to fill out a form based on parameters selected by the user on the form (combo boxes, etc) and a button click
I know how to add the parameters from the form to the SQL, but how do I get the resulting dataset to populate inside lets say a list box.
Thanks guys!