Well, the column property is zero based, so the second column would be 1. You also want parentheses rather than square brackets (unless it also works with the square brackets; parentheses are the norm). That said, I don't think you can use the Column property directly in a query. Is the ID column not the bound column of the combo? If not, I believe you can wrap the form reference in the Eval() function to get it to work with the column property.