Hello!
I have a query that returns unique values of one field. There can be from 1 to 10 unique values that are returned. Ex. 099 and 010 could return one day. And 002, 110, 956, 010, 099 could return another day.
I want to be able to put each returned value (however many) into an individual variable so i can use them in other queries I already have.
I tried DLookup() but it only returns the first value. And ELookup() wouldn't work for me.
Any ideas?
I have a query that returns unique values of one field. There can be from 1 to 10 unique values that are returned. Ex. 099 and 010 could return one day. And 002, 110, 956, 010, 099 could return another day.
I want to be able to put each returned value (however many) into an individual variable so i can use them in other queries I already have.
I tried DLookup() but it only returns the first value. And ELookup() wouldn't work for me.
Any ideas?