M
msprick
I am unable to build a data entry form that will accept data. (The form is based on a query since I want to show some calculated fields.) I think my problems stem from incorect relationships but unfortunately I can't figure out a way that works any better. I'm hoping someone will spot what I can't.
I am designing a brand new database so I have NO historical data to look at. Basically a client comes in and is evaluated for eligibility for various programs. I have three main tables CLIENT (data that will rarely change), STATUS (data that is specific to this point in time and is expected to change), and INDIVIDUALS (data about people in the household). I have many lookup tables (which all funtion as they should) feeding these three main tables.
A CLIENT may have many STATUS' (1 to many).
I am uncertian what the relationship to the individual table should be. While the all of the fields are contained in the client table, the database is really about progressing a client through many different status'. The number and age of the individuals impacts on their poverty level, program eligability, and is needed for reporting to the various grantee and governmental organizations. Since the number and age of the individuals impacts status then should the relationship be 1 STATUS to many INDIVIDUALS? When I try to build a data entry from (from a query) using a subform; I can add test data to the CLIENT table but am 'unable to update recordset' when working with the STATUS table. (I thought to make INDIVIDUALS a subform of STATUS however since the STATUS subform won't work I never got that far.)
I have been asked to add 'shortcuts' to the STATUS table to make completing the INDIVIDUAL table optional rather than mandatory. As such, I can then say that a CLIENT can have many INDIVIDUALs in their household (1 to many). Unfortunately I haven't been able to get that design to work either.
Any help would be greatly appreciated.
TIA
Michael
I am designing a brand new database so I have NO historical data to look at. Basically a client comes in and is evaluated for eligibility for various programs. I have three main tables CLIENT (data that will rarely change), STATUS (data that is specific to this point in time and is expected to change), and INDIVIDUALS (data about people in the household). I have many lookup tables (which all funtion as they should) feeding these three main tables.
A CLIENT may have many STATUS' (1 to many).
I am uncertian what the relationship to the individual table should be. While the all of the fields are contained in the client table, the database is really about progressing a client through many different status'. The number and age of the individuals impacts on their poverty level, program eligability, and is needed for reporting to the various grantee and governmental organizations. Since the number and age of the individuals impacts status then should the relationship be 1 STATUS to many INDIVIDUALS? When I try to build a data entry from (from a query) using a subform; I can add test data to the CLIENT table but am 'unable to update recordset' when working with the STATUS table. (I thought to make INDIVIDUALS a subform of STATUS however since the STATUS subform won't work I never got that far.)
I have been asked to add 'shortcuts' to the STATUS table to make completing the INDIVIDUAL table optional rather than mandatory. As such, I can then say that a CLIENT can have many INDIVIDUALs in their household (1 to many). Unfortunately I haven't been able to get that design to work either.
Any help would be greatly appreciated.
TIA
Michael