J James Aug 4, 2004 #1 I have a Time displayed as HH:MM:SS:AM I want to trim it to just show the Hour, how would I do this? THanks
I have a Time displayed as HH:MM:SS:AM I want to trim it to just show the Hour, how would I do this? THanks
F fredg Aug 5, 2004 #2 I have a Time displayed as HH:MM:SS:AM I want to trim it to just show the Hour, how would I do this? THanks Click to expand... Set the control's Format property to hh
I have a Time displayed as HH:MM:SS:AM I want to trim it to just show the Hour, how would I do this? THanks Click to expand... Set the control's Format property to hh
M MarkD Aug 5, 2004 #3 if it's a datetime field, hour([fieldname]) try hour(now()) in a debug window.