March 23, 200124 yr Newbies In scripting... Using the status(currentFieldName) I can retrieve the name of a selected field. Is there a function (like 'indirect') that will retrieve the content of that field? Thanks for any help. f
March 23, 200124 yr No, unfortuately not. You'll have to do a case statement on that field name.... Assuming you have the fieldname in a field called "WhichField" your case statement would look like: case ( whichfield = "firstname", firstname, whichfield = "lastname", lastname, "UNKNOWN FIELD" ) Hope this helps! -dave
Create an account or sign in to comment