J
jokeascool
Hello All,
I have query that pulls a parameter from a list box on a form. The
query refrences the list box like such:
Where (Take_Offs_tbl.House_Code)=[forms]![frmschedulea]![listbox8]
My question is this.
I have a for next loop that concatenates the parameter. What is the
proper syntax that the parameter should look like after the loop is
done.
Should it simply look like this:
"vb1"or"vb2"or"vb3"
Or should it look differntly. Right now the query is not working
correctly and it has something to do with this parameter.
Any help would be appreciated!
Thanks
Joe
I have query that pulls a parameter from a list box on a form. The
query refrences the list box like such:
Where (Take_Offs_tbl.House_Code)=[forms]![frmschedulea]![listbox8]
My question is this.
I have a for next loop that concatenates the parameter. What is the
proper syntax that the parameter should look like after the loop is
done.
Should it simply look like this:
"vb1"or"vb2"or"vb3"
Or should it look differntly. Right now the query is not working
correctly and it has something to do with this parameter.
Any help would be appreciated!
Thanks
Joe