Microsoft
Software
Hardware
Network
Question : Check to see if a table has a certain value, MS Access 2003
Lets say you have the following tables (tables could be any size):
Table1 Table2
Name Value Name Value
A 1 A 3
B 2 C 3
C 3 D 2
E 3
Now I want to determine if any Names in Table1 do not exist in Table2; which obiviously is Name = "B" with a value = "2"
Answer : Check to see if a table has a certain value, MS Access 2003
use a query like this
select * from table1
left join table2 on table1.[name]=table2.[name
]
where table2.[name] is null
Random Solutions
Cannot connect to database errors
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Cannot puTTY to Fedora 13
System Config utility opens at login everytime
how do you read a list of links from a sql database SP and print the list on a aspx .NET ASP page C#
How do I dynamically sum up/display customcontrol (ascx control in the item template) values into an asp:repeater footer?
Custom Search Page and Impersonation
Macro for delay send of an excel sheet to a mail recipient
What is the proper DNS settings for ...
"bad request" when trying to access 'options' page in Exchange 2010 OWA