Hi ,
i have a table contains the following fields
personalID,Workplace,worktime(minutes)
every person could work in multi Workplaces.
i want to make a Query of this table, and to add a new field (Training) in minutes which hold an Expression,
(Training = 900 - worktime)
then
the next...