Howdy
Now is that : I have a query that looks like this :
SELECT (Sum(Planning.TotalHeures))
FROM Planning
WHERE (((Planning.[Nom Agent])=Forms!Plan.Texte5));
The thing is I have the time in hours in the field TotalHeures and the result of the query is something like 1.653333 for example. So I need to do a conversion. I tried to say sum*24 but it's wrong. I should format it somewhere like hh:mm I suppose but as I being a beginner I really have no idea. Thanks for help.
Now is that : I have a query that looks like this :
SELECT (Sum(Planning.TotalHeures))
FROM Planning
WHERE (((Planning.[Nom Agent])=Forms!Plan.Texte5));
The thing is I have the time in hours in the field TotalHeures and the result of the query is something like 1.653333 for example. So I need to do a conversion. I tried to say sum*24 but it's wrong. I should format it somewhere like hh:mm I suppose but as I being a beginner I really have no idea. Thanks for help.