Dear All,
I have a text box on a form, and what I would like to do is to bind not a fix field of the datasource (eg Result2004) to this control, but to bind a field that is a result of an expression
eg. if the value of combo0 is 2004, then bind field Result2004 from the datasource, if the value of combo0 is 2005 then bind field Result2005 etc etc
I tried ="result"&me.combo0, but I got a #Name error on the text box
Could you please advise?
Many thanks in advance
I have a text box on a form, and what I would like to do is to bind not a fix field of the datasource (eg Result2004) to this control, but to bind a field that is a result of an expression
eg. if the value of combo0 is 2004, then bind field Result2004 from the datasource, if the value of combo0 is 2005 then bind field Result2005 etc etc
I tried ="result"&me.combo0, but I got a #Name error on the text box
Could you please advise?
Many thanks in advance