Hey All,
Im trying to change the field selection in a query that im exporting by breaking up the SQL statement but am having some difficulty:
And is there a way to carry a string over from one form to another? The Buildup for the varselect is in another form....
Cheers Tim
Im trying to change the field selection in a query that im exporting by breaking up the SQL statement but am having some difficulty:
Code:
qryTest.SQL = "SELECT" & varselect & "FROM qrySummary " & BuildFilter
And is there a way to carry a string over from one form to another? The Buildup for the varselect is in another form....
Cheers Tim