This is clearly quite a big project with a lot to consider but I just want to start basic.
I appreciate the feedback, I'm sorry for my flippant nature.
The overall goal is to have a system where staff can choose a student, and book them in to a room in a house.
I need to create a calendar style layout (typical 28day/month) on screen where staff can :
1) Choose a house from a dropdown
2) choose a student from a drop down, and select that student to add them to a calendar for that particular house (quite often they are staying for 7 days at a time).
We have certain considerations to make (our judgement) about who should stay where, depending on their age, their preference about pets in the house, things like that.
But I would like to think those are bridges I can cross later on.
I just want to be able to create a system at first which can record who is staying where at which dates.
So I feel that I need a system which, when I select a house address, can show how:
* The number of rooms in the house
* The number of beds in each room (there can be more than 1)
* Whether that bed is available at the moment
There are lots of other things I'll need to work in eventually, to match compatibility of student to house (like preference to pets or not), whether the house provider offers vegetarian food,
but for now I just want to be able to show information about availability.
So far I have a table with :
* address
* house owner
* tel number
And another with student info in it:
* Student name
* DOB
This is a complicated project I know it, but Im just trying to start with that basic principle of being able to book someone into a space.
I've searched google for a hotel management / booking access template but I cant find much out there of use and one of them in particular had lots of VBA knowledge required.