Hi, I am working on a project with my students and I am struggling with one issue in our system. We have a (fake) database for a camping company. We have got the booking system for campsites working great but we have to create an additional section to the system whereby guests can 'logon' to the system using a password that is stored in the customers table with their personal information to book a meal and meal time slot. I have tried to do this with a parameter query on the member password field but
The meal information is stored in a separate table. Ultimately we have to create an invoice for the camping stay for each guest so need the meal selections added to the booking table I think?
Everytime I create a query that will load a form with the customer information linked to the meals, I get no results which I assume is because the meal information is blank/not associated with the customers? I have tried Is Null for the blank fields and "" but I cannot get it to work!
I have screenshots of the system if that helps.
Thanks in advance!