C
crgowo
Guest
Before i start i just want to say this is my very first post
ok....
I need help parsing a field up that only has a hard return between each data in the field I want to parse. I want to exported data form a “memo” field within a sybase database and I want to import into an access database. The problem we are having is that within the sybase system it automatically assigns a date to when the memo was created. But instead of creating a new memo for each entry they just append to the first memo related to the subject. Basically they could have multiple memos inside a memo. So they hit “enter” and type the date “space bar” then continue with their comment. Is there any way to parse a field that is on multiple lines because they hit enter or that has a hard return to use as the separator. thanks for your help.

I need help parsing a field up that only has a hard return between each data in the field I want to parse. I want to exported data form a “memo” field within a sybase database and I want to import into an access database. The problem we are having is that within the sybase system it automatically assigns a date to when the memo was created. But instead of creating a new memo for each entry they just append to the first memo related to the subject. Basically they could have multiple memos inside a memo. So they hit “enter” and type the date “space bar” then continue with their comment. Is there any way to parse a field that is on multiple lines because they hit enter or that has a hard return to use as the separator. thanks for your help.