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
how to optimize performance of Terminal Server connections
Need help with Syntax - DnsAvoidRegisterRecords
How to block video and audio streaming in ISA 2006
How to upgrade RAM on a Server 2003 Standard SP2
Insert into MySQL Table from MSSQL Insert Trigger
Mac backup: unsupported file characters
Public Folder "Pretty" names not showing up in GAL
Quoting array names in Associative Arrays in PHP in assignment and echo statements.
Resize a colum of a grid in the GUI?
Oracle SQL Developer -- double click to open TABLE ?