Hi there
I am creating a form with a combined three tables to do a booking course form for a customer.
I have created a form for adding a customer and his course.
I have to do the following but I am not sure how I do this, all I know is that I would need to use a dloopup but not sure how, these include
. confirm if the place is available on the course
• confirm how many places are available on the course selected
• show if the customer has already booked a place on the course
Theres are 5 courses, each one allows 20 students, can someone show me a example of how to do this please, really need sum help, would appriciate it very much
What is the easiest way of doing this, would it be Dlookup?
I have three tables
Course table
CourseID
Day
Time
Price
Trainer
Customer Table
CustomerID
Title
Firstname
Surname
Address
Town
PostCode
Telnumber
Booking Table
BookingID
CustomerID
CourseID
The booking is the main table which is the relation with the the other two tables![]()