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
Export Data to XML File from SQL Database
Download conexant fusion 878a drivers for Windows 7
I frequently get BSOD with error message DRIVER_IRQL-NOT_LESS_OR_EQ
UAL on windows vista/7
How to use the processing core library to create a PIMAGE in Java Netbeans?
Aside from Flowplayer, recommend a good video/audio player for the web?
get wrong autodiscover server in warning message....
Allowing port 1935 streaming media traffic
PDF to DOC converter
which is the best editor for oracle ?
Open file Security Message