G
ged
haha I found this a major drama but found the problem maybe someone
could tell me the reasoning behind the fault
Set db = CurrentDb()
Dim rs1 As dao.Recordset
Set rs1 = db.OpenRecordset("ListZones", dbOpenSnapshot)
rs1.FindFirst "ZoneName =" & """ & TheZoneName & """
If rs1.NoMatch Then
No matter what was passed or what i did it wouldnt say matched
Now i firstly tried everything to do with the data and all the dao
crap different calls of the recordset to no avail but the answer is in
there stupid but hell its there
Some one else see it? (Ive fixed it but just wanna see who will get
stumped from it)
could tell me the reasoning behind the fault
Set db = CurrentDb()
Dim rs1 As dao.Recordset
Set rs1 = db.OpenRecordset("ListZones", dbOpenSnapshot)
rs1.FindFirst "ZoneName =" & """ & TheZoneName & """
If rs1.NoMatch Then
No matter what was passed or what i did it wouldnt say matched
Now i firstly tried everything to do with the data and all the dao
crap different calls of the recordset to no avail but the answer is in
there stupid but hell its there
Some one else see it? (Ive fixed it but just wanna see who will get
stumped from it)