I
Ixtreme
In VBA I need to create a query that check if a specific field contains special characters. Since the special characters could change, I want them in a separate table. So my database has a customer table that contains a field Street.
in the special character table 'TEST' I have 4 rows with values:
@
#
$
%
There are 5 records in the Customer table CUST
In one of these records I have a Streetline that contains 'Street@Line'
The query should retreive that specific record ID.
Is this something that could be done doing a dlookup somehow?
in the special character table 'TEST' I have 4 rows with values:
@
#
$
%
There are 5 records in the Customer table CUST
In one of these records I have a Streetline that contains 'Street@Line'
The query should retreive that specific record ID.
Is this something that could be done doing a dlookup somehow?