J
Judy Ward
I am importing an Excel spreadsheet into Access. There are several columns
where a carriage return has been used to separate the data in the field. I
would like to use the InStr command to find the posistion of the newline
character--which appears as a small square when I'm looking at the text field
in Access--so that I can extract the data into separate columns.
I tried using InStr(1,[Field1], "\n"), this did not work. I could sure use
some help with this.
Thank you,
Judy
where a carriage return has been used to separate the data in the field. I
would like to use the InStr command to find the posistion of the newline
character--which appears as a small square when I'm looking at the text field
in Access--so that I can extract the data into separate columns.
I tried using InStr(1,[Field1], "\n"), this did not work. I could sure use
some help with this.
Thank you,
Judy