Hi I am struggling with this one.
I have a combobox that uses the following row source
SELECT [General Query1].[compinfo], [General Query1].[ID] FROM [General Query1] ORDER BY [compinfo];
I want the user to select one of the options which I then need to find out the comapny ane and also the...