1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22:
' autopopulates stad en staat baseerde op gegevens ingegaan in postcodegebied Schemerige rs als Recordset Schemerige tmpZip als Koord Als IsNull (txtPhyCity.Value) toen Als Len (txtPhyZip.Value) > 5 toen tmpZip = Weggegaan (txtPhyZip.Value, 5) Anders tmpZip = txtPhyZip.Value Eind als Reeks rs = („selecteer * uit CityZips waar ZipCode= „“ & tmpZip & „“ „) Als niet rs.EOF toen txtPhyCity.Value = rs („Stad“) txtPhySt.Value = rs („Staat“) Eind als Eind als Reeks rs = niets