Okay, I'm sure this is an easy fix. I just can't figure out how to do it.
I have a Job Log database that I created a couple years ago. I have recently been asked to make a few changes to it.
We use this to calculate how much time each employee has spent on a job, as a job log, and also as a way to generate time sheets for technicians.
There are four tables used primarily. The first two are the sales person, and employee tables. The other two are job log and timesheet.
Job log gets the salesperson from the salesperson database.
Here's the question:
On timesheet entry (form) the secretary is required to select a job number from the list, and a salesperson. These each refer back to their respective tables. Is there an easy way to have the form validate that the salesperson entered in the form (from the salesperson table) matches the salesperson on the selected job (on the job log table)?
Thanks for any help.
Oggy
I have a Job Log database that I created a couple years ago. I have recently been asked to make a few changes to it.
We use this to calculate how much time each employee has spent on a job, as a job log, and also as a way to generate time sheets for technicians.
There are four tables used primarily. The first two are the sales person, and employee tables. The other two are job log and timesheet.
Job log gets the salesperson from the salesperson database.
Here's the question:
On timesheet entry (form) the secretary is required to select a job number from the list, and a salesperson. These each refer back to their respective tables. Is there an easy way to have the form validate that the salesperson entered in the form (from the salesperson table) matches the salesperson on the selected job (on the job log table)?
Thanks for any help.
Oggy