K
**KP**
Hi,
I have a table with text data in Field1. In some cases
Field1 contains the value "VENDOR NUM". I want to use an
Access DB Module Function and search for the record(s)
with "VENDOR NUM" in it. Once I find the record, I'll use
the Left() and Right() Function to extract a certain # of
characters from Table2!Field2 and place elsewhere in
Table2. I'm using the following but can't get it to work
for nothing:
If Table1!Field1 Like "*VENDOR*" Then
I'd really appreciate any help you could give me on this
issue. Thanks in advance.
I have a table with text data in Field1. In some cases
Field1 contains the value "VENDOR NUM". I want to use an
Access DB Module Function and search for the record(s)
with "VENDOR NUM" in it. Once I find the record, I'll use
the Left() and Right() Function to extract a certain # of
characters from Table2!Field2 and place elsewhere in
Table2. I'm using the following but can't get it to work
for nothing:
If Table1!Field1 Like "*VENDOR*" Then
I'd really appreciate any help you could give me on this
issue. Thanks in advance.