Thanks halojoy - much appreciated. I did not know about that statement. Seems very logical !
So to add the column to capture date, and to have it automatically recorded whenever a new record is added, do I create the column in this way:
ALTER TABLE table_name
ADD dateandtime NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
Many thanks in advance