blueboy2001
Registered User.
- Local time
- Today, 06:27
- Joined
- Apr 22, 2002
- Messages
- 26
I have made a database for my final year uni project for a contracting firm to manage their job bookings. Each job can have multiple pieces of equipment and multiple drivers assigned to it.
I'm using a form frmjob with 2 subforms to allow the input of the drivers and equipment on that job. What I really need is some validation that when the Save button is clicked, it checks that the driver is not on another job on the same date with overlapping times, and likewise for the equipment.
In all honesty I haven't got a clue where to start with this, I've done some VB programming in the past but I'm no expert when it comes to using VBA in databases.
Can anyone point me in the right direction of where to start?
I'm using a form frmjob with 2 subforms to allow the input of the drivers and equipment on that job. What I really need is some validation that when the Save button is clicked, it checks that the driver is not on another job on the same date with overlapping times, and likewise for the equipment.
In all honesty I haven't got a clue where to start with this, I've done some VB programming in the past but I'm no expert when it comes to using VBA in databases.
Can anyone point me in the right direction of where to start?