K
KLR
I'm not sure if this is possible or even practical to do, but I have a
database which logs customer enquiries and has a field for the status
of the enquiry i.e. Received, Approved, Job start, Job Finish.
I need to be able to date stamp so that when a record is received, the
status date is set at Date() - no problem. However, the user will
continually update the enquiry status field and when they do, I need to
write to a date-stamp table like this:-
Enq number 1234
Received Date() - this date remains as is
Approved - 01.02.06
Job start - 02.02.06
Job finish - 03.02.06
So that for every action a user takes on the Enquiry status field, a
Date() record is made of it - for that particular enquiry number.
I hope someone understands what I am driving at and can point me in the
right direction.
Many thanks
database which logs customer enquiries and has a field for the status
of the enquiry i.e. Received, Approved, Job start, Job Finish.
I need to be able to date stamp so that when a record is received, the
status date is set at Date() - no problem. However, the user will
continually update the enquiry status field and when they do, I need to
write to a date-stamp table like this:-
Enq number 1234
Received Date() - this date remains as is
Approved - 01.02.06
Job start - 02.02.06
Job finish - 03.02.06
So that for every action a user takes on the Enquiry status field, a
Date() record is made of it - for that particular enquiry number.
I hope someone understands what I am driving at and can point me in the
right direction.
Many thanks