Hello List,
I have been looking at the threads for a couple days now - trying to piece together some code to perform the following task: I have a memo field that contains some semi-normalized data, I would like to query this field and extract the required data into separate fields.
Example memo data:
Call Date: 02/03/2006 Time: 07:16:18 AM
Transmit Date: 06/27/2006 Time: 07:18:21 AM
Address: 201 , MAIN ST
Contact Name: ANY NAME
I've tried using the Mid function and using the sequence of the characters to query the data out - but there are discrepancies that won't allow me to do this.
Is there a way to query for "Call Date:" and then output the preceding characters in a table "02/03/2006" then carry on with the same process (loop through) the rest of the fields?
Any guidance will be appreciated.
Doug
I have been looking at the threads for a couple days now - trying to piece together some code to perform the following task: I have a memo field that contains some semi-normalized data, I would like to query this field and extract the required data into separate fields.
Example memo data:
Call Date: 02/03/2006 Time: 07:16:18 AM
Transmit Date: 06/27/2006 Time: 07:18:21 AM
Address: 201 , MAIN ST
Contact Name: ANY NAME
I've tried using the Mid function and using the sequence of the characters to query the data out - but there are discrepancies that won't allow me to do this.
Is there a way to query for "Call Date:" and then output the preceding characters in a table "02/03/2006" then carry on with the same process (loop through) the rest of the fields?
Any guidance will be appreciated.
Doug