Good evening to all, I would like to ask for your help to solve the following issue.
I designed the basic structure of a database (tables and relationships), and now I've to develop a general form. It needs to contain all the fields of all the tables sorted accordingly to these tables.
Sub-forms are not an option because they make it difficult to proceed with data entry in a practical/doable way.
I also tried to add a tab control in which each page corresponds to a specific table, but that doesn't work either because even if a specify to which tables they are connected when I proceed with data entry the program doesn't recognize this connection made.
This brings me to ask for your help about how I can design a functional form that will contain all the fields of the tables.
Thanks in advance for your help!
I designed the basic structure of a database (tables and relationships), and now I've to develop a general form. It needs to contain all the fields of all the tables sorted accordingly to these tables.
Sub-forms are not an option because they make it difficult to proceed with data entry in a practical/doable way.
I also tried to add a tab control in which each page corresponds to a specific table, but that doesn't work either because even if a specify to which tables they are connected when I proceed with data entry the program doesn't recognize this connection made.
This brings me to ask for your help about how I can design a functional form that will contain all the fields of the tables.
Thanks in advance for your help!