S
Sharon
Below is an example of text in a field [Cite] that I want to parse into
separate fields:
Abaza and Atassi, "Effects of Amino Acid Substitutions Outside an Antigenic
Site on Protein Binding to Monoclonal Antibodies of Predetermined Specificity
Obtained by Peptide Immunization: Demonstration with Region 94-100
(Antigenic Site 3) of Myoglobin", J. Protein Chemistry, 11(5):433-444, 1992.
The separate fields are:
Author (Abaza and Atassi), Title (Effects of Amino Acid Substitutions . .
..), Journal (J. Protein Chemistry), Cite (11(5):433-444, 1992).
Using this Code in the criteria field in a query:
Title: Right$([Cite],Len([Cite])- InStr(1,[Cite],",")-1)
Returned this:
"Effects of Amino Acid Substitutions Outside an Antigenic Site on Protein
Binding to Monoclonal Antibodies of Predetermined Specificity Obtained by
Peptide Immunization: Demonstration with Region 94-100 (Antigenic Site 3) of
Myoglobin", J. Protein Chemistry, 11(5):433-444, 1992.
At least I got something out of reading all of the other threads. Would
somebody please explain to me exactly what this code means:
For example:
Title: Right$([Cite],Len([Cite])- InStr(1,[Cite],",")-1)
This means:
Return in the field "Title": (Starting from the Right?) of the beginning of
the field ([Cite]), returns the value of the number of characters in the
string [Cite] minus . . . .
and from there it goes downhill. I am really trying to understand what this
actually means so that I can apply in different circumstances without having
to beg for help each time.
Also, where would I insert the actual code in the query window? I put this
on the criteria line, but when I tried to use actual code with dim
statements, etc. I am not sure where to insert it.
Desperately in need of help. Thanks.
separate fields:
Abaza and Atassi, "Effects of Amino Acid Substitutions Outside an Antigenic
Site on Protein Binding to Monoclonal Antibodies of Predetermined Specificity
Obtained by Peptide Immunization: Demonstration with Region 94-100
(Antigenic Site 3) of Myoglobin", J. Protein Chemistry, 11(5):433-444, 1992.
The separate fields are:
Author (Abaza and Atassi), Title (Effects of Amino Acid Substitutions . .
..), Journal (J. Protein Chemistry), Cite (11(5):433-444, 1992).
Using this Code in the criteria field in a query:
Title: Right$([Cite],Len([Cite])- InStr(1,[Cite],",")-1)
Returned this:
"Effects of Amino Acid Substitutions Outside an Antigenic Site on Protein
Binding to Monoclonal Antibodies of Predetermined Specificity Obtained by
Peptide Immunization: Demonstration with Region 94-100 (Antigenic Site 3) of
Myoglobin", J. Protein Chemistry, 11(5):433-444, 1992.
At least I got something out of reading all of the other threads. Would
somebody please explain to me exactly what this code means:
For example:
Title: Right$([Cite],Len([Cite])- InStr(1,[Cite],",")-1)
This means:
Return in the field "Title": (Starting from the Right?) of the beginning of
the field ([Cite]), returns the value of the number of characters in the
string [Cite] minus . . . .
and from there it goes downhill. I am really trying to understand what this
actually means so that I can apply in different circumstances without having
to beg for help each time.
Also, where would I insert the actual code in the query window? I put this
on the criteria line, but when I tried to use actual code with dim
statements, etc. I am not sure where to insert it.
Desperately in need of help. Thanks.