custom data type

O

octet

Is there any way to make custom data type in access? I need to show the time
only

Octet32
 
D

Duane Hookom

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

Look at the date/time functions. In this case, the TimeValue function might
serve your needs.

Barry
 
Top