I am importing text-delimited data from a note pad. How could I make sure the values are text? I've tried all sorts of expressions but to no avail. Also, some have spaces in them and will not insert or join with another query.
I think this only removes spaces: Trim([Field1]). I need to make sure there are no spaces, omit nulls and only text.
Thanks