D
dana
Hi, I created a form where I want to enter personal
information and standard memos from a list on a particular
person. I have several fields in my table that the form is
based on. 3 of the fields are combo boxes that allow
choosing from abbreviated values from a lookup table. I
created 3 other fields and I wanted to program each field
so that it automatically display the memo that is included
for each of the three combo boxes. SO I have something
like this: In fields one,two, and three a person can
scroll through the combo box and pick from A B C .... etc.
where these values come from a lookup table. Then I want
memo1, memo2, memo3 to display the corresponding memos
based on what was chosen in one, two, three. So if one = B
for example, memo1 would automatically display the text
message for that particular selection.
I tried using Dlookup function like
memo1=Dlookup("[memo]","[tblMemos]","[one]=[one]") but I
got #Name in the text box. Is there any other simple way
to do this?
Thanx
information and standard memos from a list on a particular
person. I have several fields in my table that the form is
based on. 3 of the fields are combo boxes that allow
choosing from abbreviated values from a lookup table. I
created 3 other fields and I wanted to program each field
so that it automatically display the memo that is included
for each of the three combo boxes. SO I have something
like this: In fields one,two, and three a person can
scroll through the combo box and pick from A B C .... etc.
where these values come from a lookup table. Then I want
memo1, memo2, memo3 to display the corresponding memos
based on what was chosen in one, two, three. So if one = B
for example, memo1 would automatically display the text
message for that particular selection.
I tried using Dlookup function like
memo1=Dlookup("[memo]","[tblMemos]","[one]=[one]") but I
got #Name in the text box. Is there any other simple way
to do this?
Thanx