R
Randy
Access 2000. This expression has worked well for a couple of years up
untill now.(I received this from this newsgroup) The only thing I have
done is change the format from number to text on the field [App_ID] of my
table [Account]. The App_ID field used to be strickly numbers, now they are
alphanumeric. This is when my running sum expression quit working. Can any
one help? This expression is on my form "Accounts" Thanks, Randy
=IIf([cboAppID] Is Null,"",DSum("[Debit]","[Account]","[App_ID] = " &
[App_ID] & " AND [Date_Issued] <= #" & [Date_Issued] &
"#")-DSum("[Credit]","[Account]","[App_ID] = " & [App_ID] & " AND
[Date_Issued] <= #" & [Date_Issued] & "#"))
untill now.(I received this from this newsgroup) The only thing I have
done is change the format from number to text on the field [App_ID] of my
table [Account]. The App_ID field used to be strickly numbers, now they are
alphanumeric. This is when my running sum expression quit working. Can any
one help? This expression is on my form "Accounts" Thanks, Randy
=IIf([cboAppID] Is Null,"",DSum("[Debit]","[Account]","[App_ID] = " &
[App_ID] & " AND [Date_Issued] <= #" & [Date_Issued] &
"#")-DSum("[Credit]","[Account]","[App_ID] = " & [App_ID] & " AND
[Date_Issued] <= #" & [Date_Issued] & "#"))