What method of execution are you using? And what is happening, is there any error message, does it stop somewhere ...
Percent is usually wildcard for ADO, while DAO uses *
Which event are you using? Can we please see the whole code for this?
The text property of a combo, is whatever exists at the time of execution in the text part of the combo - in code the reference is more often like this
[tt]Forms!form1!CoboBox0.Text[/tt]
What one perhaps more often use, is the .Value property (or, as this is the default property, not specify anything at all), or pick a column from the combo (...cboMyCombo.Column(1) to get the second column)
Roy-Vidar