I am adding some functionality to an existing database. The database serves as a ticketing system. The primary field I will reference is the job address which is already existing in the database. So I'm thinking from my switchboard I have another button to open a form that provides a combo box to select one of the existing addresses. Once the existing job address is selected another form will come up listing the elevators in that building. So naturally an address can have more than one elevator. Once an elevator is selected I'd like to list the ~40+ fields of detail related to that particular elevator. This will not work on a single form as it looks too clunky. Is a split form with tabs the best way to do this? So, that way I have the top like a datasheet view and when the elevator is selected it will provide the numerous details in tabs below. Does that sound about right?
Thank you for any insight.