P
PJ
I give up! I have several tables of budget categories. The tables are
$requested, $awarded & $spent. Each table has the same budget catigories and
are "currency" type fields.
I have a query with 1 table which places each field in the query. The
goal here is to input data on a form and have a running total of the $'s
entered in the various budget categories while performing data input using
the form. So, I have a calculated column in the query with the following
expression.
Total:
[travel]+[housing]+[labmat]+[equip]+[books]+[photocopy(L)]+[photocopy(S)]+[food]+[postage]+[subcomp]+[phone]+[perfvisart]+[other1amt]+[other2amt]
Here's the Mystery. It used to work! ....and now it doesn't. It will
calculate the old data but not any new. What would cause my new data not to
work? (Is there a place where calculations are turned off?) I've been
struggling for days and hope someone in the magic ether has a solution for
me. BTW, I'm not a SQL person. Keep it simple!
$requested, $awarded & $spent. Each table has the same budget catigories and
are "currency" type fields.
I have a query with 1 table which places each field in the query. The
goal here is to input data on a form and have a running total of the $'s
entered in the various budget categories while performing data input using
the form. So, I have a calculated column in the query with the following
expression.
Total:
[travel]+[housing]+[labmat]+[equip]+[books]+[photocopy(L)]+[photocopy(S)]+[food]+[postage]+[subcomp]+[phone]+[perfvisart]+[other1amt]+[other2amt]
Here's the Mystery. It used to work! ....and now it doesn't. It will
calculate the old data but not any new. What would cause my new data not to
work? (Is there a place where calculations are turned off?) I've been
struggling for days and hope someone in the magic ether has a solution for
me. BTW, I'm not a SQL person. Keep it simple!