BASE - TIMESTAMP in Subform

I am trying to show a TIMESTAMP value in a subform however only the DATE portion is visible. For example, a table column TIMESTAMP value of, say, 05/12/17 09:30 only show 05/12/17 in my subform.

I have edited the subform timestamp field column properties to show a timestamp, but it does not seem to work for me.

I also tried setting properties to time only, date only and to the full timestamp setting. Nothing seems to make a difference.

All help is appreciated. Thanks!

A date control will show the date portion of a timestamp. A time control will show the time portion of a timestamp. If you want both the date and time in one field, you can use a Pattern control:

image description

Each of the three fields originates from the same timestamp field in the table.

Works like a charm! Thanks @ratslinger !!!

BTW there are other types which work - a text box for example will display the entire timestamp.

BTW there are other types which work - a text box for example will display the entire timestamp.