DoCmd.SendObject acReport, stDocName, acFormatSNP, , , , Me.StartDate & " through " & Me.EndDate & " From " & Me.LstOrigin & " To " & Me.LstDestination
LstOrigin and LstDestination are both list boxes populated form a table. The values in both boxes are PKWA PKRO PKMJ PWAK. How can i make the Origin and destination display the text value (PKWA), rather than 1??????
Thanks
LstOrigin and LstDestination are both list boxes populated form a table. The values in both boxes are PKWA PKRO PKMJ PWAK. How can i make the Origin and destination display the text value (PKWA), rather than 1??????
Thanks