D
DavidG
I have a database which has data values in one field where the data contains
values that have parentheses which also contain a string (Letter). One value
has a full.stop in the middle of the name. When trying to use these data
values in an IN clause I get an error which seems to suggest Access SQL is
interpreting the parentheses as a Function, which it isn't. They are just
plain vanilla data values being used in the SQL. Actual examples of these
data values are:
Canterbury(N) M.Valley(N) Randwick(I)
How can I successfully deploy these values into (a) an IN clause and (b)
into normal SQL queries?
Thanks
David
values that have parentheses which also contain a string (Letter). One value
has a full.stop in the middle of the name. When trying to use these data
values in an IN clause I get an error which seems to suggest Access SQL is
interpreting the parentheses as a Function, which it isn't. They are just
plain vanilla data values being used in the SQL. Actual examples of these
data values are:
Canterbury(N) M.Valley(N) Randwick(I)
How can I successfully deploy these values into (a) an IN clause and (b)
into normal SQL queries?
Thanks
David