projecttoday
Programmer
I have a Date/time field that contains a value like 5:00 PM. For space problems on a report, it want to print it as "5:00" omitting the PM. I also need to concatenate it to another field so Format(field,"h:mm ampm") and making the textbox short enough so the pm doesn't show really doesn't do what I want. If I use Format(field,"h:mm") 5:00 PM shows as 17:00. If there any way to format a time so it shows the time without am or pm but shows the 12-hour value, not the 24-hour value?