Good Morning All,
I'm trying to do what should be , in my head, a simple look up.. value below shows the hard coded version. where it returns the value in column
LookUp( BMW_RACI_Register, ProjNum = UniID, 'ColumnA' )
what I would like is
ColumnA
to read a value that sits in a text box. e.g.
LookUp( BMW_RACI_Register, ProjNum = UniID, Label1.Text )
however the outcome of this doesn't return the column header that = Label 1. Text.. it shows the value that is in the text box rather than the value in the field of the share point list were the column name = Label 1. Text.
hope this make sense and any help with this would be good.
tom