I have a Query that totals up the columns in my Time Card Table. My TimeCard Form looks something like this:
Where the last row is a SubForm that has my Query as a source. Every time the the user changes a day/job field, the corresponding table gets updated (I'm bring up the able to verify this.)
The problem is that my Query only updates when the form is opened (not when the field's of the tables it reference change, which is what I want). So, if I close my Time Card and open it again, it gets updated. But, I obviously want to update it everytime the user changes a day/job field.
Can someone clue me in?
Thanks!
Rich
Code:
Job Mon Tue Wed Thu Fri Sat Sun Total
----- --- --- --- --- --- --- --- -----
Smith 8.0 8.0 8.0 24.0
Jones 8.0 8.0 16.0
8.0 8.0 8.0 8.0 8.0 40.0
The problem is that my Query only updates when the form is opened (not when the field's of the tables it reference change, which is what I want). So, if I close my Time Card and open it again, it gets updated. But, I obviously want to update it everytime the user changes a day/job field.
Can someone clue me in?
Thanks!
Rich