Danielle17
Technical User
I have a small program that allows a user to schedule an "On-Site Job" There is a form that the user fills in, the info is stored, and a report is created. Now after this report is given to a technician and the job is completed I would like to enter the trip expenses into that same job record. I thought that I could create another form that would prompt the user to enter lodging, meals, and gas expenses and the another text box on that form would calculate the total right away. I know how to do this but I'm unsure on how the code would look so that it would find the correct record(every job has an autonumber assigned to it, it's also the primary key). In the past I have tried to create an edit form so that a record could be edited but all that did was cause problems and I had a lot of clean up work after that. I was wondering if anyone here could help me out with the code before I go and make a mess :-Þ Thanks