I have two combo boxes side by side (boxa and boxb)-
both select data from same table but with different filters
rowsource is 6,fields xx.id,xx.descr
If I select data from boxa then from boxb using the keypress (where I have written code to set filters, requery etc.) - works ok
If I do above...