Article ID: 103183
Article Last Modified on 1/18/2007
150895 ACC95: Microsoft Access Sample Forms Available in Download Center
175066 ACC97: Microsoft Access 97 Sample Forms Available in Download Center
121509 ACC: Sample Function to Create a Running Sum on a Form
Form: Form1
--------------------
RecordSource: Orders
Text Box: Order ID
ControlSource: OrderID
Text Box: Total
ControlSource: =DSum("[Freight]","Orders",_
"[OrderID] <= Forms![Form1]![OrderID]")
NOTE: In versions 1.x and 2.0, there is a space in the Order ID
field name.
Additional query words: subtotal query
Keywords: kbhowto kbprogramming kbusage KB103183