lloydmav
Registered User.
- Local time
- Today, 22:26
- Joined
- Nov 15, 2002
- Messages
- 75
Ok I have a massive task to perform as the main function of this database I'm developing however there is no way I'm going to figure this out without the help of you guys.
On a form I will have a TextBox with a "Change Type" value. Now when I click a button I need it to search the record in a different table with that change type. This record will then have about 50 Yes/No fields. What I want is for a record to be created in a different table with the change type value and action plan ID and then all of those 50 fields which have been checked 'Yes'. Leaving out all the fields that are checked "No". Is this possible?
Basically the original table shows all the change types and each Yes/No field for a record determines whether a task is recommeded for that chage type, its like a matrix!, it is not an ideal design but the only one that serves the purpose. This table serves as the master recommended tasks against change types.
The record will then be copied into this new table but only the fields (tasks) fields that are "Yes" because this means they are confirmed as needed by the manager. So in the new table the action plan will be specific to the action plan whereas the master table will be undisturbed ready for the next action plan of the same change type.
Can this be done? Is there anyone who can help me with this?
Thanks
On a form I will have a TextBox with a "Change Type" value. Now when I click a button I need it to search the record in a different table with that change type. This record will then have about 50 Yes/No fields. What I want is for a record to be created in a different table with the change type value and action plan ID and then all of those 50 fields which have been checked 'Yes'. Leaving out all the fields that are checked "No". Is this possible?
Basically the original table shows all the change types and each Yes/No field for a record determines whether a task is recommeded for that chage type, its like a matrix!, it is not an ideal design but the only one that serves the purpose. This table serves as the master recommended tasks against change types.
The record will then be copied into this new table but only the fields (tasks) fields that are "Yes" because this means they are confirmed as needed by the manager. So in the new table the action plan will be specific to the action plan whereas the master table will be undisturbed ready for the next action plan of the same change type.
Can this be done? Is there anyone who can help me with this?
Thanks