Pretty simple. Just a dd a new field... call it whatever you want, then the data that will fill that field. Then insert the prompt just the same way you would for any other field. This example is totally meaningless, but should illustrate...
SELECT
tblMain.RecNo
, Now() AS NewField
FROM...