G
Guest
In a form I have a list box "lstDMList" and a text box "txtDesc". The entries
in the list box come from a query "qryListName" that references the contents
of a text column "DMName" in a table "Database". Also in the table "Database"
is a memo column "memDesc" (memo-type because it can contain up to 500
characters, so a text-type column is insufficient).
When I select an entry in the list box "lstDMList" I want the text box to
display the contents of the appropriate row in the "memDesc" column. How
would I go about doing this? I know effectively nothing about the programming
and Visual Basic, so an easy-to-follow explanation would be greatly welcome.
I use Office 2000.
Thanks in advance,
~Maruno
in the list box come from a query "qryListName" that references the contents
of a text column "DMName" in a table "Database". Also in the table "Database"
is a memo column "memDesc" (memo-type because it can contain up to 500
characters, so a text-type column is insufficient).
When I select an entry in the list box "lstDMList" I want the text box to
display the contents of the appropriate row in the "memDesc" column. How
would I go about doing this? I know effectively nothing about the programming
and Visual Basic, so an easy-to-follow explanation would be greatly welcome.
I use Office 2000.
Thanks in advance,
~Maruno