D
Davor
Is it possible to make flexible query like this ?
I have a function strSelect() which returns string "Attrib1, Attrib2"
after that I'd like to run this SQL statement :
SELECT strSelect() FROM table1
but Access opens field named Expr1000 with text "Attrib1, Attrib2" in it.
Idea ?
thanks, Davor
I have a function strSelect() which returns string "Attrib1, Attrib2"
after that I'd like to run this SQL statement :
SELECT strSelect() FROM table1
but Access opens field named Expr1000 with text "Attrib1, Attrib2" in it.
Idea ?
thanks, Davor