Samantha
still learning...
- Local time
- Today, 13:07
- Joined
- Jul 12, 2012
- Messages
- 187
I have an unbound field that I have used the expression builder to populate and it needs minor tweaking. I just can't remember how 
The code currently reads as follows:
Instead of the blank spacing between them I would like it to read ([Company] by [Engineer]) however not every company uses a Engineer so in those instances it should only read [Company]
Any help is greatly appreciated!
Samantha
The code currently reads as follows:
Code:
=[Company]+ " " +Nz([EngineerCompany])
Instead of the blank spacing between them I would like it to read ([Company] by [Engineer]) however not every company uses a Engineer so in those instances it should only read [Company]
Any help is greatly appreciated!
Samantha