History column for date field (1 Viewer)

Ravi Kumar

Registered User.
Local time
Today, 10:05
Joined
Aug 22, 2019
Messages
162
Hello all ,

In my data entry from i want to have a history column which shows the previous version of change :
i have done this for long text field by making the field as append only but now i want to have the same for the column having"Date type" where the table design is not sowing this property.
please help me how to do this..

Code:
=ColumnHistory([RecordSource],"Previous Calibration","[ID]=" & Nz([ID],0))
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 12:35
Joined
May 7, 2009
Messages
19,231
columnhistory applies only to Memo (Long text) field.
 

onur_can

Active member
Local time
Yesterday, 21:35
Joined
Oct 4, 2015
Messages
180
You can follow a path like this;
Create a new field in the query and name it Date and History, then as an expression;
Set Date & "-" & History. Hide other Date and History columns, uncheck Show. Now Date and History will be shown in the same column.
 

Users who are viewing this thread

Top Bottom