G
Guest
I'm trying to find a way to show the results of several queries in a form and
then a report. (I have a "laundry list" of "results" that I need to produce
and want to put as many together as possible. Because of the number of joins
involved and the amount of time it would take to use DCount, DSUM, etc. I
want to use a series of SQLs to fetch the results and display in a text box.
I tried txtTxtbox.text = docmd.runSQL " SELECT count[rest of statement goes
here]"
and that did not work. Could someone point me in the right direction. The
books I have here are on no help in the matter....
Thanks,
then a report. (I have a "laundry list" of "results" that I need to produce
and want to put as many together as possible. Because of the number of joins
involved and the amount of time it would take to use DCount, DSUM, etc. I
want to use a series of SQLs to fetch the results and display in a text box.
I tried txtTxtbox.text = docmd.runSQL " SELECT count[rest of statement goes
here]"
and that did not work. Could someone point me in the right direction. The
books I have here are on no help in the matter....
Thanks,