P
PeteCresswell
Got a query that returns account names for a dropdown.
Many accounts begin with "SEI ". e.g. "SEI Global Lending", "SEI
Liquidity"....
User to lose the redundant prefixes, yet not change account names.
Tried this within the query, but it generated a circular reference:
TradingAccountName: IIf(Left$([TradingAccountName],4)="SEI ",Replace
([TradingAccountName],"SEI ",""),[TradingAccountName])
Anybody know the Good-Right-And-Holy Path?
Many accounts begin with "SEI ". e.g. "SEI Global Lending", "SEI
Liquidity"....
User to lose the redundant prefixes, yet not change account names.
Tried this within the query, but it generated a circular reference:
TradingAccountName: IIf(Left$([TradingAccountName],4)="SEI ",Replace
([TradingAccountName],"SEI ",""),[TradingAccountName])
Anybody know the Good-Right-And-Holy Path?