Ok, I programmed back in the 80s in basic, so keep in mind, I have that kind of mentality... that being said...
I need to export to excel under column A the contents of one column in an access query, column b i want blank and column c, for every time there is outputin column A to put Text1.text in column c.
for example
the query is as such
5
4
6
3
8
i want to output to excel
5| |Text1.text
4| |Text1.text
6| |Text1.text
3| |Text1.text
8| |Text1.text
I tried to come up with some sort of for next loop (just to retrieve the data) but I couldn't get the syntax right... i tried:
Queries![Query 1]!ListCount but that wasn't correct.
Thanks so much!
Don R.
I need to export to excel under column A the contents of one column in an access query, column b i want blank and column c, for every time there is outputin column A to put Text1.text in column c.
for example
the query is as such
5
4
6
3
8
i want to output to excel
5| |Text1.text
4| |Text1.text
6| |Text1.text
3| |Text1.text
8| |Text1.text
I tried to come up with some sort of for next loop (just to retrieve the data) but I couldn't get the syntax right... i tried:
Queries![Query 1]!ListCount but that wasn't correct.
Thanks so much!
Don R.