A
Al
On importing text from a text file I get in some fields,
squares whereever there was a tab in the text file.I used
the replace function as follows:
Replace([FieldName],chr(9),"").
this worked very well in access 2k but not in access 97. I
am using Access 97 for one of my clients. what is the
similar solution for that replace function in 97. I know I
can go to the table and use the "ctl H" but I need to do
this programatically since I am not around when the user
imports the text.
thank you
Al
squares whereever there was a tab in the text file.I used
the replace function as follows:
Replace([FieldName],chr(9),"").
this worked very well in access 2k but not in access 97. I
am using Access 97 for one of my clients. what is the
similar solution for that replace function in 97. I know I
can go to the table and use the "ctl H" but I need to do
this programatically since I am not around when the user
imports the text.
thank you
Al