Glad to hear things are procressing.
I'm having some small issues getting my forms to work the way I want to
In general,that all seems positive. However, if readers are going to offer focused help/advice, you need to be specific.
eg On form X I can't get the YY to represent the WW. I need to have the proper WW for this Q in order to...
I did try something and got a message that table or query RoomName could not be found. This is the related SQL. I don't see such a table in your db.
Code:
SELECT Rooms.RoomsID, Rooms.BuildingID, Rooms.RoomID, Building.BuildingName, RoomName.RoomName
FROM RoomName INNER JOIN (Building INNER JOIN Rooms ON Building.BuildingID = Rooms.BuildingID) ON RoomName.RoomNameID = Rooms.RoomID;
I realize you understand your db/environment and test data and what you expect better than all readers, but if you have test scenarios written down, it would be useful to post them.
Similarly, for clarity, for future documentation and for future training, an overview of the purpose of forms , queries etc would be useful to you and your project. When you're developing and modifying a few things it can be helpful to to reassure yourself and others-- "what was the purpose of this form? What was the reason for XX?"
Some things are obvious, but others (many) can get lost in the "fog".
To put this in perspective, just think of the things you would want if you were take over this project from someone else. That is, suppose John Doe had this project and was pulled away, and the project was given to you- exactly at the stage it is now. Interesting isn't it?
Anyway, I have not kept up with your project. I got rid of some of the things I had. That's why in recent posts, I asked for a current copy of the db.
I'll save a copy so I can relate to the same data/structure etc, if you have specific questions.