Viewing 6 posts - 1 through 7 (of 7 total)
Hi, all
I have abandoned the previous post.Now ->
How do you put a calculated value eg. sum of all entries in the footer of a data entry form in Access DataProject?
Regards
July 21, 2003 at 12:10 am
Error message, that Domain aggregate functions not allowed in VBA?
July 18, 2003 at 7:53 am
Thanks collegues,
Here is QryOrderfooter : purpose to compute the value of the items on the order form.
Alter Procedure QryOrderFooter
(
@OrderId int OUTPUT
)
As
SELECT OrderId,QTY,QtyValue, (QTY...
July 18, 2003 at 7:49 am
Correct, Moved to ACCESS ADP and my forms have gone beserk!
FE is in Access 2K (Office 2K SP3)
July 18, 2003 at 7:46 am
Hi, thanks, but this is from a VBA code behind a form where the computation is done:
Me.TotValue = DSum("Revenue", "QryOrderFooter")and qryOrderFooter is a stored procedure.
July 18, 2003 at 7:37 am
Hi, thanks, but this is from a VBA code behind a form where the computation is done:
Me.TotValue = DSum("Revenue", "QryOrderFooter")and qryOrderFooter is a stored procedure.
July 18, 2003 at 7:36 am
Viewing 6 posts - 1 through 7 (of 7 total)