Cottage rental problem

Garmin

New member
Local time
Today, 06:11
Joined
Dec 27, 2006
Messages
1
I've created a database consisting of 10 tables in total (see image).

I've had no problems constructing the database, however when I come to create a booking form I came across a problem. If I add in payment details into the booking form, it won't show records or let me add one, if I take payment details out it works fine.

This makes me think there is possibly a problem with how I have linked the customer and payment tables together but having problems seeing where I am going wrong, could anyone offer a little help?

screene1fn8.png
 
bookings

Looks to me like your tblbookings needs to be related to your tblpayments by bookingid
 
this is because you have one to many relationship with payments and each cottage. You can get over this by putting the payments on a form and adding this as a subform on your cottage form.
 

Users who are viewing this thread

Back
Top Bottom