Thanks for all your help, you have been helpful and very knowledgeable.
Here are two more for you
1. I am trying to replace a small portion of a large string (memo field),
but I notice it is case sensitive. So I have to test for the two cases, ie.
if instr(string,se archstring) for both upper and lower and then I do the
replace command. How can I make it so it is not case sensitive?
2. How can I set sometihng up on an access 2002 form that will allow the
user to browse to a directory and select a file? Something with the tree
object?
THanks again
Here are two more for you
1. I am trying to replace a small portion of a large string (memo field),
but I notice it is case sensitive. So I have to test for the two cases, ie.
if instr(string,se archstring) for both upper and lower and then I do the
replace command. How can I make it so it is not case sensitive?
2. How can I set sometihng up on an access 2002 form that will allow the
user to browse to a directory and select a file? Something with the tree
object?
THanks again
Comment