I have a form that includes a field that has trhe following propoerties SELECT [Vendor].[Vendor Name], [Vendor].[Vendor Nbr] FROM Vendor ORDER BY [Vendor].[Vendor Name];
How can i the the vendor nbr to populate a field called vendor number based on the selection of vendor name
How can i the the vendor nbr to populate a field called vendor number based on the selection of vendor name