Is there any way to make custom data type in access? I need to show the time only Octet32
O octet Sep 1, 2006 #1 Is there any way to make custom data type in access? I need to show the time only Octet32
D Duane Hookom Sep 1, 2006 #2 To "show the time only", set the control format to a time format. You don't need (and can't create) a custom data type.
To "show the time only", set the control format to a time format. You don't need (and can't create) a custom data type.
B Barry Gilbert Sep 2, 2006 #3 Look at the date/time functions. In this case, the TimeValue function might serve your needs. Barry