I want to use an expression in one of my table field to limit the value that can be entered in the field. Actually I want an expression which compares the data in the mentioned field with another field in some other table & should allow only value less than or equal to the compared field & shows an error message if somebody enters a value more than that. I have used an expression in the design view of the table field as "<=[other_table_name].[field_name]. I also typed the error message. But i am not getting the result as expected. Please help.