C
carriey
Hi - I'm having a bad day today - second post on a totally different topic -
maybe I'm not thinking clearly but I am stumped.
I have a main form Frm_Employee with a subform Frm_PayData
(continuous)Pay_Data actually comes from Qry_Pay_Data. The user is to enter
various pay related items: Commissions, Car Allowance, Benefits etc. but each
employee will vary on what fields get filled out.
I then built another query Qry_PayData_Totals where I do the SumOf each
field. I am doing this in a query instead of on the form because the User
wishes to report on these totals with some other information. So, I built
another subform on the main form Frm_PayTotals.
I need the Frm_PayTotals to requery so that when pay data is entered the
totals update (instead of moving to another record and coming back). I can't
seem to figure out where to put the Requery. There is nothing in this form
to enter so, I can't do it On Load or Enter or anything like that. I even
tried using that Refresh Form Data button but that didn't work.
I know there are a gazillion posts on this and I read some and tried them
out but I think I am mixed up on where the requery needs to go.
Thanks in advance for your advice!
maybe I'm not thinking clearly but I am stumped.
I have a main form Frm_Employee with a subform Frm_PayData
(continuous)Pay_Data actually comes from Qry_Pay_Data. The user is to enter
various pay related items: Commissions, Car Allowance, Benefits etc. but each
employee will vary on what fields get filled out.
I then built another query Qry_PayData_Totals where I do the SumOf each
field. I am doing this in a query instead of on the form because the User
wishes to report on these totals with some other information. So, I built
another subform on the main form Frm_PayTotals.
I need the Frm_PayTotals to requery so that when pay data is entered the
totals update (instead of moving to another record and coming back). I can't
seem to figure out where to put the Requery. There is nothing in this form
to enter so, I can't do it On Load or Enter or anything like that. I even
tried using that Refresh Form Data button but that didn't work.
I know there are a gazillion posts on this and I read some and tried them
out but I think I am mixed up on where the requery needs to go.
Thanks in advance for your advice!