I have a timecard form and payroll form, the timecard form simply takes all the job information in and the payroll calculates all the regular time and overtime for a payperiod. I'd like the payroll form to update the the timecard table's fields regular time and ot time. From what I gather around here is I need to use recordset edit, but I'm quite new to this and not sure how this will work for me.
How would I find a recordset where the persons name = 'x' and the date= 'y', I could do this with dlookup, but that doesn't allow me to edit the value. I guess basically how do you target specific recordsets based on multiple criteria to edit.
Thanks for any help.
How would I find a recordset where the persons name = 'x' and the date= 'y', I could do this with dlookup, but that doesn't allow me to edit the value. I guess basically how do you target specific recordsets based on multiple criteria to edit.
Thanks for any help.