I have the Generate ID by Intersect working, however instead of static text, I want to use a field.
I have sewer structures that are ID'd by a grid. The type of structure is the first 2 letters, then the grid number, then a sequential number. So an inlet would be IN2343-004, but a catchbasin would be CB2456-012. The "IN" and "CB" is in a field in our structure database with a field called "Struc_code".
How can I get that struc_code to populate in the ID field? I have everything working except getting this little piece. My Value Info field looks like this, and my GenerateID table is populated correctly.