Well, I decided to do a pet project this weekend, and I forgot to bring my Access references home from work. So this may seem simple to you guys. 
I found a list of stories on the web, so I imported the list into Access. I want to change three things:
1) After the title, it lists the size of the story file in brackets:
Amazing Story(25k)
I'd like to make a new numeric field called "Size" and move the number over, leaving only the story title.
2) The descriptions sometimes have quotes, and sometimes do not. It looks messy and I'd like to remove all " from the field.
3) One of the fields is a list of attributes of the story, in shorthand. “Mag, Tech, Adl” means that the story involves Magic, High technology and adult themes. I want to make a Boolean field for each attribute. How do I make Access go though the field and mark off the corresponding Boolean field?
Searching the Forum, someone mentioned using the "Split/Join" function, but I can't seem to find reference in Access to that function.
I realize that this may require a written function. If this is the case, please tell me how to implement it, for I have never added a homegrown function to a query before. (I'm assuming that this will require an update query.)
Thanks!
Erik Z
I found a list of stories on the web, so I imported the list into Access. I want to change three things:
1) After the title, it lists the size of the story file in brackets:
Amazing Story(25k)
I'd like to make a new numeric field called "Size" and move the number over, leaving only the story title.
2) The descriptions sometimes have quotes, and sometimes do not. It looks messy and I'd like to remove all " from the field.
3) One of the fields is a list of attributes of the story, in shorthand. “Mag, Tech, Adl” means that the story involves Magic, High technology and adult themes. I want to make a Boolean field for each attribute. How do I make Access go though the field and mark off the corresponding Boolean field?
Searching the Forum, someone mentioned using the "Split/Join" function, but I can't seem to find reference in Access to that function.
I realize that this may require a written function. If this is the case, please tell me how to implement it, for I have never added a homegrown function to a query before. (I'm assuming that this will require an update query.)
Thanks!
Erik Z