It's not quite what i wanted, but thanks for your help.
I've got my
SELECT Fname, Sname, DOB, Birth etc
FROM my table
WHERE ((([table].[FORENAME]) In (SELECT [FORENAME] FROM [table] As Tmp GROUP BY [FORENAME],[SURNAME],[DOB] HAVING Count(*)>1 And [SURNAME] = [table].[SURNAME] And [DOB] =...
I need to find Duplicates based on more than 1 column and i'm finding the MSAccess Wizard isn't giving me the correct info.
EXAMPLE: I want to find duplicates where SNAME, FNAME and DOB match
Access gives me....
ID SNAME FNAME DOB BIRTH
01 JONES JOHN 01/01/01 UK
02 JONES JOHN 01/01/01 AUS...
Thank you very much for you help it's much appreciated but it's now erroring, i've added the above line but it then comes up with a runtime error '2001' you cancelled the previous operation Cancel or Debug, on pressing Debug it has a problem with the DCount line, i've checked the spellings are...
I am trying to force users into inputting 2 rows of data into a form, once they have pressed the exit button I don't want the form to close i want the user to be able to input more data on to a blank form.
I've never used DCount before as I am new to the VB side of Access but this is what i've...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.