P
PBrown
Is there away to have a form use a combo box for say [Part
Number] that when the part number is selected, that part
number's detail (i.e. cost, unit measurement, etc) will
appear. Right now I am using a combo box with :
SELECT DISTINCTROW[Service Parts & Volume].[part number]
FROM [Service Parts & Volume];
as the row source, but it is only changing the part number
displayed and not showing the appropriate detail.
Currently the form is reading from Table: Service Parts $
Volume
Number] that when the part number is selected, that part
number's detail (i.e. cost, unit measurement, etc) will
appear. Right now I am using a combo box with :
SELECT DISTINCTROW[Service Parts & Volume].[part number]
FROM [Service Parts & Volume];
as the row source, but it is only changing the part number
displayed and not showing the appropriate detail.
Currently the form is reading from Table: Service Parts $
Volume