I need the code to search a area code bd made in access. Please Help
Printable View
I need the code to search a area code bd made in access. Please Help
Not quite sure what you mean????
Generally you would use the Find method e.g
rs.FindFirst ("Field Name = '" & Postcode & "'")
Test rs.NoMatch for successful find
jeff ritchie
Senior Consultant
[email protected]