Lab: Update Job Status
There are two steps in updating job status.
The first step is to bring up the job record. This is done by opening, in design mode, the Job-Form done in the last lab, and adding to it a command button (click on the command button icon on the toolbox). For category, select record navigation. For action, select find record. Label it Find Job by Job Details, and give it a meaningful name. Switch to the form view mode. When you click the button, a Find and Replace box will pop up. By default, it finds a record by job id. If you want it to find a record by another job attribute, say description, then before clicking the button, put the cursor in the description field and then click the find-record button. This will cause the lookup to take place in terms of the description attribute:
The weakness of this approach is that it does not bring up a job record by any customer-related attributes. To remedy this weakness:
Once the job record is brought up, the quote needs to be recalculated (in case there have been any interim rate increases). This is done automatically by Access. Then job status needs to be changed to either active or rejected.
Deliverables:
Screen shots of the Job-Form and the Job-Lookup-Through-Customer-Form.