even when i run the simple query below
SELECT logP1.PID, DateAdd("s",([logP1.MealTime]-21600),#1/1/1970#) AS myTime, logP1.FoodID, logP1.Portion1, logP1.Portion2, logP1.Portion3, logP1.Portion4, logP1.Portion5, logP1.Portion6
FROM logP1;
without inserting the output in a new table, i am...