I'm using Access 2002 and I have an update query that takes a value from the table and subtracts out the value of another table:
Update To: [Fix D4_ytd]![Consideration]-[Final]![Total]
Now I have several other columns in the update query updating different columns by the same amount [Total] and they work. Problem is the update query is adding or subtracting a couple dollars here and there for no reason for this specific column. On top of that my report displays another completely different number than what was updated. I'm having some serious problems here, can anyone help me out? I've tried switching data types, redoing my query, changing the values in the table, and nothing works.
Thanks in advance,
Chris
Update To: [Fix D4_ytd]![Consideration]-[Final]![Total]
Now I have several other columns in the update query updating different columns by the same amount [Total] and they work. Problem is the update query is adding or subtracting a couple dollars here and there for no reason for this specific column. On top of that my report displays another completely different number than what was updated. I'm having some serious problems here, can anyone help me out? I've tried switching data types, redoing my query, changing the values in the table, and nothing works.
Thanks in advance,
Chris