Hi -
I apologize if this is a simple question in advance :-) (hopefully it is so its quickly resolved!)

i'm trying to figure out why i keep getting an error (Compile Error : expected function or variable) for my .find method. I have checked the format of this statement and it appears correct...?
Code:
Dim ItemNumberWLO As String
Dim ItemNumberWLN As String

While Not WLO.EOF

    If WLO.Fields.Item(1).Value
...