Hi:
I have record ID numbers like this: 2011.346, 2011.346.1, 2011.346.2, etc. The first number, 2011.346, is the umbrella number for all other records starting with 2011.346. I have 1000s of groups of records that will have a record representing the whole (2011.346) with other records representing the parts (2011.346.1, .2, .3 etc.).
I am writing a report where I want to include records with ID numbers that only have two components (2011.346) and I want to exclude any records with an ID number that have a third component (2011.346.1, etc.).
I have two ways to insert this ID number in my report: there is a field that holds the entire number and there is a group of fields that break the number into components (but doesn't include the "." between the components). So these fields are SortPrefix , Sort1 (2011), Sort2 (346), Sort3 (1, 2, or 3, etc.)
Does anybody know of a way to restrict the records that display in the report to only the records that have Sort1 and Sort2 populated? I would need a formula that will insert the "."s between the component numbers.
Edited by 00331data - 13 Apr 2011 at 9:59am