Bill -
I appreciate your help. The database you sent back did a great job of looking up the requisite Zip & Zip4. However, I need to return the closest 36 records (2-pages of report) to the first instance of the selected zip/zip4 combo when the entire database is sorted by: Zip...
I need to search within a table, defined as rec1, for records that match both criteria:
field [Zip] = input zip code
field [Zip4] = input zip+4 code.
Current code as typed into the form is:
rec1.FindFirst "Zip =" & [Forms]![form1]![ZipName]
rec1.FindFirst "Zip4 =" &...
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.