G
Guest
I have four text boxes on a form (text1 through text4). I would like to have
a fifth textbox called textdetails that displays
information based off a dlookup (display's detail based off of text 1-4
value; whichever textbox currently has focus, dlookup uses this value for
lookup).
How would I go about doing this? Any suggestions?
=DLookUp("[COLOR]","tableCharacteristics","
[tableCharacteristics]![modelname] = '" &
[FORMS]![formX]![VALUEOFCURRENT TEXTBOX 1-4 THAT HAS FOCUS] & "'")
Thanks...
a fifth textbox called textdetails that displays
information based off a dlookup (display's detail based off of text 1-4
value; whichever textbox currently has focus, dlookup uses this value for
lookup).
How would I go about doing this? Any suggestions?
=DLookUp("[COLOR]","tableCharacteristics","
[tableCharacteristics]![modelname] = '" &
[FORMS]![formX]![VALUEOFCURRENT TEXTBOX 1-4 THAT HAS FOCUS] & "'")
Thanks...