I am calling a DLL from a form in access. in this form I am selecting the zip code from the previous record using the following code:
Function PrevRecVal(shipmentlookup As Form, Trans As String, KeyValue, _
Zip As String)
Dim pZip As DAO.Recordset
On Error GoTo Err_PrevRecVal
' The...