I am unsure about the following situation.
In a database there is a client table and an application table for application forms. The Client May have more than one applications. There are two types of applications, app1 and app2 for arguments sake. The applications are the same except for a small subset of questions. Should I have one application table or should I create two additional tables tblApp1 and tblApp2 that relate to the main application table. If I only have the main application table, There will always be blank fields when I fill out one type of application to the exclusion of the other type of application. What is the correct approach to this type of problem.
One of my concerns is to produce a report that lists all the applications for a particular client because a client may have more than one application of different types.
Thanks in advance for any assistance.
In a database there is a client table and an application table for application forms. The Client May have more than one applications. There are two types of applications, app1 and app2 for arguments sake. The applications are the same except for a small subset of questions. Should I have one application table or should I create two additional tables tblApp1 and tblApp2 that relate to the main application table. If I only have the main application table, There will always be blank fields when I fill out one type of application to the exclusion of the other type of application. What is the correct approach to this type of problem.
One of my concerns is to produce a report that lists all the applications for a particular client because a client may have more than one application of different types.
Thanks in advance for any assistance.