Hi i have a table with 10000 records and i want to find the multiply or the double records.Can anyone tell me how can i find this records without checking all the the records one by one
thanks
now it works fine thank you but still i want to validate the form when there is no record
i write a code that its look like this:
Set qryDef = dbNm.QueryDefs("qrycustom")
qryDef.SQL = strSQL & " " & strWhere & ""
if qrycustom=0 then
msgbox"no records...
i have made a form for searching and i took the code from the Thread702-563930 my code now its look like this:
Private Sub cmdSearch_Click()
Dim strSQL As String, strOrder As String, strWhere As String
Dim dbNm As Database
Dim qryDef As QueryDef
Set dbNm = CurrentDb()
strSQL =...
Hi i have make a database with one table with nine fields.
id,surname,firstname,address,city, zipcode,etc.. and i will like to have a search form wich when i type a part of the surname,firstname,city,address and zipcode the results will preview in mailing labels.
Can anyone please tell me how...
Hi i have make a database with one table with nine fields.
id,surname,firstname,address,city, zipcode,etc.. and i will like to have a search form wich when i type a part of the surname,firstname,city,address and zipcode the results will preview in mailing labels.
Can anyone please tell me how...
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.