I am creating a database and I have bookings table and I want to add the personnel who is going to fill that booking. I want to look up the name of available personnel from my 'available personnel' table with the perimeter of the availability date equalling the booking date and availability equalling yes. It is a web app so causing me lots of issues. Thanks in advance.