charlesstricklin
Board Regular
- Joined
- May 6, 2013
- Messages
- 102
- Office Version
- 365
- 2021
- Platform
- MacOS
- Mobile
I'm developing a database to log all support calls that come into my desk, and I store the date and the time in separate fields when the call comes in and a new record is created using the =Now() function. I'm using a calculated field to form what will be the standardized format disposition that I will copy and paste into the billing system that we use.
I'd like the calculated field to display something like 'RC3 11:45 AM CST JOHN CI NO DIAL TONE..." where RC3 is my department, JOHN is obviously the caller's name, etc.
My problem is that when I set the expression as [callTime] & " CDT " it displays in the format 8/25/2016 10:03:49 AM CDT when I do not want to include either the date or the seconds.
I've fiddled with several formatting functions, but nothing works. Can someone explain what I'm doing wrong or what I need to change, please?
I'd like the calculated field to display something like 'RC3 11:45 AM CST JOHN CI NO DIAL TONE..." where RC3 is my department, JOHN is obviously the caller's name, etc.
My problem is that when I set the expression as [callTime] & " CDT " it displays in the format 8/25/2016 10:03:49 AM CDT when I do not want to include either the date or the seconds.
I've fiddled with several formatting functions, but nothing works. Can someone explain what I'm doing wrong or what I need to change, please?