progressive7
Technical User
i have written a bit of code that find the name of every object on a form. i want to then read the value of that object if it is one that holds data e.g. combo,text,list box.
because the code is being run from a module i need to map to the object i want to read I.E
ValueWanted =forms!form1!text7.text
but the problem is that the name of the field is in a variable such as CTLFieldName how do i use the contents of the variable to retrive the value from the control
any help would be grateful accepted
because the code is being run from a module i need to map to the object i want to read I.E
ValueWanted =forms!form1!text7.text
but the problem is that the name of the field is in a variable such as CTLFieldName how do i use the contents of the variable to retrive the value from the control
any help would be grateful accepted