neilmcdonald
Technical User
- Aug 16, 2002
- 53
Hi,
I'm trying to write a simple database to keep track of the jobs our company works on. Each job is entered into the system and then allocated to an engineer at a later stage.
I've created a query to show only unallocated jobs, and a form based on that query. What I need to happen is when an engineer is selected from the drop down (linked to another table), the status of the job should change to allocated.
I've tried an update query, but it only seems to do one record at a time. I'd also liketo be able to refresh the form to show only unallocated jobs again.
Can anyone tell me the best way to do this?
Thanks,
Neil
I'm trying to write a simple database to keep track of the jobs our company works on. Each job is entered into the system and then allocated to an engineer at a later stage.
I've created a query to show only unallocated jobs, and a form based on that query. What I need to happen is when an engineer is selected from the drop down (linked to another table), the status of the job should change to allocated.
I've tried an update query, but it only seems to do one record at a time. I'd also liketo be able to refresh the form to show only unallocated jobs again.
Can anyone tell me the best way to do this?
Thanks,
Neil