Hi I have a table with a bunch of packages. Each record is unique. I have 3 fields: height, length and width that I'd like to see if each package meets the criteria for. My criteria is that each package must be no larger than the dimensions of 7*16*16. The order of the dimensions do not matter, so if height of one package is 7, or less, then the other two fields can be up to 16 each. If the length is 7, or less, then the other two fields can be up to 16....im guessing you get the picture now. I have no idea how to write this criteria in terms that access will understand.
If anyone can help that would be great. Hopefully I tagged this thread right, but I was just guessing.
Thanks,
Anthony