Hi Guys.
Weird problem and not sure if this is posted in the correct section, but I'll do my best to explain it, so here goes...
I have my Jobs form which has a sub-form for all the different parts used on that job which then calculates the total charge and displays this on the main jobs form. Now how would I get this value to be stored in table tblJobs on the record where the ID = JobID on Jobs form. I need to do this to display the total on a report.
Looked around and couldn't find what I was looking for, is there a visual basic command to set it then I can use docmd.saverecord after or what would I need to do?
Thanks,
Ryan
Edit: Or is there an SQL statement to do this I could execute on a button click or something similar? Any ideas are greatly appreciated!