G
Guest
Hi,
I have 2 tables. Table Application and table Connections ( with columns
Application, and Application2)
Example :
Table Connections
Appication Application2
Geneva Siebel
Geneva Tibco
ISOM Geneva
Table Application
ID Application Version ...
1 Geneva
2 Siebel
3 Tibco
I try to make the follow query :
SELECT Connections.Application, Connections.Application2
FROM (Application INNER JOIN Connections ON Application.ID =
Connections.Appl1)
WHERE (((Application.Application) Like ("*" & [Enter Application] & "*")))
OR (((Connections.Appl2) Like ("*" & [Enter Application] & "*")));
if enter Geneva for Applicatin name on search criteria.
This query show this result :
Application Application2
Geneva Siebel
Geneva Tibco
But doesn't show the last row where Geneva also Exist.
ISOM Geneva
How to modify the query to get the desire result?
Please Help me with this !
Tnanks !
I have 2 tables. Table Application and table Connections ( with columns
Application, and Application2)
Example :
Table Connections
Appication Application2
Geneva Siebel
Geneva Tibco
ISOM Geneva
Table Application
ID Application Version ...
1 Geneva
2 Siebel
3 Tibco
I try to make the follow query :
SELECT Connections.Application, Connections.Application2
FROM (Application INNER JOIN Connections ON Application.ID =
Connections.Appl1)
WHERE (((Application.Application) Like ("*" & [Enter Application] & "*")))
OR (((Connections.Appl2) Like ("*" & [Enter Application] & "*")));
if enter Geneva for Applicatin name on search criteria.
This query show this result :
Application Application2
Geneva Siebel
Geneva Tibco
But doesn't show the last row where Geneva also Exist.
ISOM Geneva
How to modify the query to get the desire result?
Please Help me with this !
Tnanks !