G
Guest
A mate of mine posted a question recently but had a bit of difficulty so
let's give this a shot. I am building this as a subquery to hopefully make it
easier as the original had FTE as a calculation as opposed to an actual data
field. Clear as mud? I've done similar before but can't seem to get it going
this time around.
What we would like is to get a running total of the field FTE for this query:
SELECT [FTE-SVTRA].[Employee Name], [FTE-SVTRA].FTE
FROM [FTE-SVTRA];
Thanks for your time.
let's give this a shot. I am building this as a subquery to hopefully make it
easier as the original had FTE as a calculation as opposed to an actual data
field. Clear as mud? I've done similar before but can't seem to get it going
this time around.
What we would like is to get a running total of the field FTE for this query:
SELECT [FTE-SVTRA].[Employee Name], [FTE-SVTRA].FTE
FROM [FTE-SVTRA];
Thanks for your time.