History column for date field

Ravi Kumar

Registered User.
Local time
Tomorrow, 02:55
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))
 
columnhistory applies only to Memo (Long text) field.
 
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

Back
Top Bottom