S
Song Su
This works
Me.cboFund.RowSource = "SELECT DISTINCT qrysapbud.Fund,
qrysapbud.Funddesc.desc, qrysapbud.type " & _
"FROM qrysapbud ORDER BY qrysapbud.Fund"
But this does not. Is there any mistakes in that single/double quote at the
end? qrysapbud.type is character type.
Me.cboFund.RowSource = "SELECT DISTINCT qrysapbud.Fund,
qrysapbud.Funddesc.desc, qrysapbud.type " & _
"FROM qrysapbud ORDER BY qrysapbud.Fund WHERE funddesc.type = 'U'"
Me.cboFund.RowSource = "SELECT DISTINCT qrysapbud.Fund,
qrysapbud.Funddesc.desc, qrysapbud.type " & _
"FROM qrysapbud ORDER BY qrysapbud.Fund"
But this does not. Is there any mistakes in that single/double quote at the
end? qrysapbud.type is character type.
Me.cboFund.RowSource = "SELECT DISTINCT qrysapbud.Fund,
qrysapbud.Funddesc.desc, qrysapbud.type " & _
"FROM qrysapbud ORDER BY qrysapbud.Fund WHERE funddesc.type = 'U'"