VB How-ToAsk your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
You should have an opening " mark as the one before the & is the end of the literal string and the & is joining the first part to the current value of the textbox item's itemdaa property. So, your whole select statement should look like this:
"select * from ans_table, ss_table where ss_table.qnsID = " & List1.ItemData(List1.ListIndex)
Ya it is working . & is the Concatenation operator in Vb. The field /column is not numeric then prefix with single quotes (') like as ( query field = '"& listbox &"'"