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
Including fields in Filemaker email
the object is not accessible because is a friend
Need to create a process that will install .exe on clients pc/servers in asp.net
How do I link combo boxes to select query in a form?
Database on a 64 bit OS - Conection issues
Why does a SAV 10.2.4.4000 new installation show up as 10.1.9.9000?
delete text from column B that exists in column A - Excel
User's Web-Based AOL Mail is sending spam to all his contacts
Problem with Microsoft Transporter Suite
Major help is needed customizing the Windows 7 default user profile