E
Esaw
Hi,
So I would like to be able to type in a number and have the description of
that number automatically displayed into the next field in a subform. This
information is stored in a table "Art"
What I've done is created a combo box for the number field "Style Number"
and I have looked through most of the discussions here and I've tried each
one that I've found. The Me.Style Number = Me.Style Description[Column](2)
and I also tried =[cboStyle Number].[Column](2)
My Combo Box Row Source is: SELECT [Art].[ArtID], [Art].[Style Number],
[Art].[Style Description] FROM Art ORDER BY [Style Number];
Each way I've tried to do this I get the #Name? error displayed in the field
Does someone know what I might be doing wrong?
I haven't been working with Access very long so an easy to follow answer
would help.
Thank you so much!
So I would like to be able to type in a number and have the description of
that number automatically displayed into the next field in a subform. This
information is stored in a table "Art"
What I've done is created a combo box for the number field "Style Number"
and I have looked through most of the discussions here and I've tried each
one that I've found. The Me.Style Number = Me.Style Description[Column](2)
and I also tried =[cboStyle Number].[Column](2)
My Combo Box Row Source is: SELECT [Art].[ArtID], [Art].[Style Number],
[Art].[Style Description] FROM Art ORDER BY [Style Number];
Each way I've tried to do this I get the #Name? error displayed in the field
Does someone know what I might be doing wrong?
I haven't been working with Access very long so an easy to follow answer
would help.
Thank you so much!