D
Dorian
I need to refer to column(0) of a combo box in a query. This is NOT the bound
column.
I have tried everything I can think of but all fail.
WHERE M.TeamID = [Forms]![frmHDTicket]![cmbTeam].column(0)
WHERE M.TeamID = [Forms]![frmHDTicket]![cmbTeam].[column](0)
WHERE M.TeamID = [Forms]![frmHDTicket]![cmbTeam](0)
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
column.
I have tried everything I can think of but all fail.
WHERE M.TeamID = [Forms]![frmHDTicket]![cmbTeam].column(0)
WHERE M.TeamID = [Forms]![frmHDTicket]![cmbTeam].[column](0)
WHERE M.TeamID = [Forms]![frmHDTicket]![cmbTeam](0)
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".