Thanks for replying RobertD!!!<br><br>Erm...<br>Well, first off, I'm using the text format instead of currency because you cannot have a zero length string for this format type. And there are quite a few people without a pay rate put in (so it would look silly if they had to have £0 as a pay rate, and also I couldn't leave it blank because with that format it would mean having a Null value, and they can't be picked up by queries...Phew.)<br><br>Second, I'm not even trying to go as sophisticated as to have two seperate combo boxes to pick upper and lower bounds. I just have a combo box with the following value list :<br><br><="£10";Under £10;>="£10" And <="£20";Between £10 and £20;>="£20" And <="£30";Between £20 and £30;>="£30" And <="£40";Between £30 and £40;>="£40";Over £40<br><br>ie. it looks like this...<br><br><="£10" Under £10<br>>="£10" And <="£20" Between £10 and £20<br>>="£20" And <="£30" Between £20 and £30<br>>="£30" And <="£40" Between £30 and £40<br>>="£40" Over £40<br><br>except the first column doesn't have a width and is hence not visible.<br><br>So I want the query to use whatever is selected in that first column to be the criteria for the query.<br>Sounds simple doesn't it. hehe!<br><br>If anyone can help it would be appreciated.<br><br>Any further light to shed on my problem RobertD??<br><br>Thanks<br><br>Mr Brown.