Hello,
I'm trying to build a text box in a form that will add hours for a two week period. I have created a query to return the hours in the two week range, but the same name and hour type will appear multiple times because of the different dates even though I put the group by function on.
Is it possible to do a dsum from a query rather than a table in the text box where it will sum the hours where name=x and hour type=y?
Thanks,
Charlie
I'm trying to build a text box in a form that will add hours for a two week period. I have created a query to return the hours in the two week range, but the same name and hour type will appear multiple times because of the different dates even though I put the group by function on.
Is it possible to do a dsum from a query rather than a table in the text box where it will sum the hours where name=x and hour type=y?
Thanks,
Charlie
Comment