Junior1544
Technical User
Thank you for taking the time for little ol me...
I am tring to normalize my data a bit more... Right now my personel information table contain's people's names all in one field. Last, First MI.
I want to split this apart... So far I have gotten the sql to pull the strings out, but I don't know how to create the fields to put the strings into. I can't just go into design view because people are alwas in the database...
How can I add fields programaticly...
My front end had dao, so I was going to use some DAO code from the front end to do it, but it wouldn't let me since the table is in the back end...
I tried to go into the back end, but DAO isn't referenced there. And people are in it, so I can't reference it, it wont let me do it...
Any idea's?? Do I just have to kick out the users for 5 minutes and do it by hand??
Thanks for the time guys and gals!
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
I am tring to normalize my data a bit more... Right now my personel information table contain's people's names all in one field. Last, First MI.
I want to split this apart... So far I have gotten the sql to pull the strings out, but I don't know how to create the fields to put the strings into. I can't just go into design view because people are alwas in the database...
How can I add fields programaticly...
My front end had dao, so I was going to use some DAO code from the front end to do it, but it wouldn't let me since the table is in the back end...
I tried to go into the back end, but DAO isn't referenced there. And people are in it, so I can't reference it, it wont let me do it...
Any idea's?? Do I just have to kick out the users for 5 minutes and do it by hand??
Thanks for the time guys and gals!
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.