I'm using access2000 as a front end to a SQL server database.<br>I want to define a macro which uses the ApplyFilter action to set the Where Condition so that I only get records where Ordered < Received (on the same record). When I try a Where Condition of [Ordered] < [Received] I get a message saying filter cant be applied but it works if I try [Ordered] < 100 or similar. My field types are both Numeric - I've tried changing them to Int with no effect.<br>Agh! Any ideas?