Is there a way to only display the first part of a field's contents in a report?
For example, let's say I had a database keeping track of cars, and the field in question had data like this:
Chevrolet Camaro (1985)
Ford Mustang (1994)
Honda Accord (2001)
Could I take that data, and in my report, only display everything up to the first parenthesis? And I know it would normally be easier just to create a new field with the year in it, but for the sake of simplicity, let's say I don't want to do that.
For example, let's say I had a database keeping track of cars, and the field in question had data like this:
Chevrolet Camaro (1985)
Ford Mustang (1994)
Honda Accord (2001)
Could I take that data, and in my report, only display everything up to the first parenthesis? And I know it would normally be easier just to create a new field with the year in it, but for the sake of simplicity, let's say I don't want to do that.