i am a vb.net programmer, and i have done lots of VBA with excel. i am a beginner at access.
someone has given me an access database to debug and i am lost.
i succesfully made it connect to a local mysql database.
i have a listbox on a form that has a rowsource attached to a query called listbox. here's a picture of the properties of the listbox:
there are some issues with displaying the results of the query because the query is too complex and incorrectly structured. when there are fewer than a few results from the query, they display in the listbox without a problem, but when there are more than 4-5 results, it leaves it blank; however, i know that it returned the correct number because it left the correct number of rows (which are blank in the listbox). therefore, instead of trying to fix the huge messy query, i would like to feed all the rows in a string, and then feed them back into the listbox.
can someone help me with this? when you reply please put your responses in laymen's terms because as i said i am an access beginner.
this is what the listbox looks like when it doesnt want to display results: