Afternoon,
An extra feature I need to add to my database is puzzling me a little, yet I know it can be done! Access 2007...
When I create a booking, i want to make sure that the staff member i book onto it isn't already allocated to another booking, and alert me with a pop up that says something along the line of "[EAStaff] is already booked on this date for [Park]" if they are. Trouble is, it's a multiple-value combo box, so it needs to interrogate the individual entries and return just that value. Having some trouble with that elsewhere... but that's another story!
So, I need to get it to check the other bookings on that particular date for that staff member. Relevant fields, all in the 'Bookings' table, are:
VisitDate
EAStaff
Park
I know it's a fairly straightforward compare, but I can't figure it out! I'm having a headache day today....
Thanks!
Barry
An extra feature I need to add to my database is puzzling me a little, yet I know it can be done! Access 2007...
When I create a booking, i want to make sure that the staff member i book onto it isn't already allocated to another booking, and alert me with a pop up that says something along the line of "[EAStaff] is already booked on this date for [Park]" if they are. Trouble is, it's a multiple-value combo box, so it needs to interrogate the individual entries and return just that value. Having some trouble with that elsewhere... but that's another story!
So, I need to get it to check the other bookings on that particular date for that staff member. Relevant fields, all in the 'Bookings' table, are:
VisitDate
EAStaff
Park
I know it's a fairly straightforward compare, but I can't figure it out! I'm having a headache day today....
Thanks!
Barry