I am trying to sum up all the value sof txt3 when a command button is
clicked, using DSum. The DSum is only to add up all the values that are with
in the current year (= whatever the year entered in the BegiinDate box).
The DSum is to goto the "MICU Information" add up all those = the same year
as in BeginDate (field is also called begin date in this table.
but i cant get it to work, Why?
Me.txt3 = DSum("[txt3]", "micu information", "begindate =" &
Format([BeginDate], YYYY) = Format(Me.BeginDate, YYYY))
Please help
Lee