R
ranch
Guest
Greetings all,
I have imported a member table that I need to clean up. I have many fields that have misc characters that have some how slipped in that are not alphanumeric, such as quote signs and commas. I have used several examples on this borad to break up fields that were combined into one field such as firstname & lastname via the update Query. This has worked liked a charm, but now I am stuck. I am new to access so excuse the "stupid" questions, but I can't find some real basic answers.
There is alot of sample code that is very helpful but I am often at a loss where to put or define it. Some appers to be VBA code, which I know little about, but can't a function just be copied & pasted for a one time use. If that is possible, where to copy it too so it can be called in a query.?
Example: I searched & found this post:
http://www.access-programmers.co.uk/forums/showthread.php?threadid=12510&highlight=remove+characters
that seems like it would be very helpfull, but I have no idea where to put it. I assume I call it from an update query under the "Update To:" line(?). But where is the function defined. How does it get called e.g. functionname(fieldname) ? What line do I put it on?
If someone could write it in an EXAMPLE that would be most helpful.
I am sure I am missing something obvious, but if anyone could lend a hand I would appeciate it.
Thanks again.
Mike

I have imported a member table that I need to clean up. I have many fields that have misc characters that have some how slipped in that are not alphanumeric, such as quote signs and commas. I have used several examples on this borad to break up fields that were combined into one field such as firstname & lastname via the update Query. This has worked liked a charm, but now I am stuck. I am new to access so excuse the "stupid" questions, but I can't find some real basic answers.
There is alot of sample code that is very helpful but I am often at a loss where to put or define it. Some appers to be VBA code, which I know little about, but can't a function just be copied & pasted for a one time use. If that is possible, where to copy it too so it can be called in a query.?
Example: I searched & found this post:
http://www.access-programmers.co.uk/forums/showthread.php?threadid=12510&highlight=remove+characters
that seems like it would be very helpfull, but I have no idea where to put it. I assume I call it from an update query under the "Update To:" line(?). But where is the function defined. How does it get called e.g. functionname(fieldname) ? What line do I put it on?
If someone could write it in an EXAMPLE that would be most helpful.
I am sure I am missing something obvious, but if anyone could lend a hand I would appeciate it.
Thanks again.
Mike