I've got a form called frmBooking that I want to search (proabably using DoCmd.FindRecord). It has 2 fields, 1 for employee id and 1 for course id (and a third which is the booking id).
I'm using employee id and course id to create a booking record (to book them on a course) so I want to search the bookings already made to see if the person is already booked on the course. Is there anyway to do this in VB?
I'm using employee id and course id to create a booking record (to book them on a course) so I want to search the bookings already made to see if the person is already booked on the course. Is there anyway to do this in VB?