E
Esaw
Hello All
I have set up an autofill to display the Style Description as I enter a
Style Number. Which works great in the subForm. But now I want to run queries
using the Style Number and in my table only the ArtID is displayed and I
can't pull the info I need (Style Number and Style Description) Could anyone
tell me if there's a way to fix it?
Here is how it's set up:
Row Source for "Style Number"
SELECT [Art].[ArtID], [Art].[StyleNumber], [Art].[StyleDescription] FROM Art;
Control Source for "Style Description" =[cboArtID].[Column](2)
Thank you so much! This site is such a help!
I have set up an autofill to display the Style Description as I enter a
Style Number. Which works great in the subForm. But now I want to run queries
using the Style Number and in my table only the ArtID is displayed and I
can't pull the info I need (Style Number and Style Description) Could anyone
tell me if there's a way to fix it?
Here is how it's set up:
Row Source for "Style Number"
SELECT [Art].[ArtID], [Art].[StyleNumber], [Art].[StyleDescription] FROM Art;
Control Source for "Style Description" =[cboArtID].[Column](2)
Thank you so much! This site is such a help!