daverskully
Registered User.
- Local time
- Yesterday, 23:57
- Joined
- Mar 10, 2008
- Messages
- 23
The tables are as follows:
This table has about 100 records that will remain virutally the same forever, however there may be slight changes to some records.
1) Table Name: DepartmenInfo
Department
DepartmentNumber (Unique Identifier, one department number for each department [100 departments])
AccountExecutive (One account executive looking after many departments)
7 Text boxes that relate to each department and will not be changed
2) Table Name: Data
Department
DepartmentNumber
AccountExecutive
7 Text boxes that relate to each department and will not be changed
Only new fields: 6 memo boxes to input information
Information about these departments will be inserted bi-weekly and the 6 memo boxes are the only thing that will be entered.
What I am looking to do is have a form, based on the table Data, so that once I click on the Department or Department Number from a combo box, it will populate all fields that relate to that department based on the information from the DepartmentInfo table, thus leaving the user to input only the 6 memo boxes that are available in the Data table. Once inputted, I want all of the information to go on a record in the Data table.
I have been specifically asked to do it this way, I realize there are normalization and redundancy issues, but if possible can somebody please throughly explain a method about how this can be done? If you require any further information just ask, I will be very quick to repsond. Thanks in advance
This table has about 100 records that will remain virutally the same forever, however there may be slight changes to some records.
1) Table Name: DepartmenInfo
Department
DepartmentNumber (Unique Identifier, one department number for each department [100 departments])
AccountExecutive (One account executive looking after many departments)
7 Text boxes that relate to each department and will not be changed
2) Table Name: Data
Department
DepartmentNumber
AccountExecutive
7 Text boxes that relate to each department and will not be changed
Only new fields: 6 memo boxes to input information
Information about these departments will be inserted bi-weekly and the 6 memo boxes are the only thing that will be entered.
What I am looking to do is have a form, based on the table Data, so that once I click on the Department or Department Number from a combo box, it will populate all fields that relate to that department based on the information from the DepartmentInfo table, thus leaving the user to input only the 6 memo boxes that are available in the Data table. Once inputted, I want all of the information to go on a record in the Data table.
I have been specifically asked to do it this way, I realize there are normalization and redundancy issues, but if possible can somebody please throughly explain a method about how this can be done? If you require any further information just ask, I will be very quick to repsond. Thanks in advance