The general pseudocode I would use to do this would be something like:
cities=[array of cities]
keywords[array of keywords]
for each city in cities:
for each keyword in keywords:
sql_query=("SELECT TOP 1 Table.Name, Table.City, Table.Data FROM Table WHERE (Table.Data Like (keyword)) AND...
Hi,
I'm trying to create a query in MS Access/SQL and can't seem to figure out how to do it exactly.
Just say I have 3 columns:
Name - City - Data
I have a list of cities, and a list of data 'keywords' (ie. a word that is found in the data).
I want a name for each unique keyword in each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.