Microsoft
Software
Hardware
Network
Question : SQL Query Dups
I need I query to show the dups in a table based on two fields
How do I select all the rows in table Product_Detail that have ItemNumber and ProductNumber more than once
Answer : SQL Query Dups
SELECT ItemNumber, ProductNumber, COunt(*)
FROM Product_Detail
GROUP BY ItemNumber, ProductNumber
HAVING COUNT(*) > 1
Random Solutions
Getting ODBC general error on command refresh background query
Convert Text field type to Date/Time
Insert activex into access 2000
Access Autoexec macro vs. Form_Open code for default form
sort subform query data entry
Linked Server Question - SQL Server Express 2005
Excel Web Access Error ?
Need to import data from SQL Query Analyzer to MS Access
Sharepoint Alternate Access Mappings not working
Send MS Access Appointments to Outlook Calendar - Detertmine Changes in Access to Outlook