D
dancox via AccessMonster.com
tblCostCodes
Area Last 3 of Cost Code
12 900
12 901
13 900
13 901
14 900
15 900
Here is what I need - when I select Area 12 in combo box on my form, I want
the last 3 to automatically select the next sequential number 902. There
will be multiple 902's in the column, but only one per Area. In a query, I
concatenate Area&"-"&Last 3 of Cost Code and get 12-902.
Area Last 3 of Cost Code
12 900
12 901
13 900
13 901
14 900
15 900
Here is what I need - when I select Area 12 in combo box on my form, I want
the last 3 to automatically select the next sequential number 902. There
will be multiple 902's in the column, but only one per Area. In a query, I
concatenate Area&"-"&Last 3 of Cost Code and get 12-902.