Hello All
I am trying to figure a way to normalize the data in a database that a person is currently using. The database has one table with all of the contact information and processes that each contact. All data was entered in the table, and when a contact had another process, he added it to the same row ( not a new record ). SO i have split out the Contact info and the processes, and that is all good. Except all of the processes were marked with a text letter X. I ran a update query and changed it all to a checkbox, he wanted checkboxes. I think it would be better to use a combobox with list of processes to choose from.
My question is: Is there a way to take all 20 processes (that are currently each a field) and make them into one field thru a query?
I want to carry the current information into the new database with no extra data entry. So i need to get 20 fields into one field. If that makes sense. If you can point me in the right direction or to a good book on how to accomplish this it would be greatly appreciated
Thanks in advance
Raven
I am trying to figure a way to normalize the data in a database that a person is currently using. The database has one table with all of the contact information and processes that each contact. All data was entered in the table, and when a contact had another process, he added it to the same row ( not a new record ). SO i have split out the Contact info and the processes, and that is all good. Except all of the processes were marked with a text letter X. I ran a update query and changed it all to a checkbox, he wanted checkboxes. I think it would be better to use a combobox with list of processes to choose from.
My question is: Is there a way to take all 20 processes (that are currently each a field) and make them into one field thru a query?
I want to carry the current information into the new database with no extra data entry. So i need to get 20 fields into one field. If that makes sense. If you can point me in the right direction or to a good book on how to accomplish this it would be greatly appreciated
Thanks in advance
Raven