Title
multiple values for one field from all fields in database
Post
hi
this is prakash. I need all fields values has to come in one field. is it possible. if so please guide how t do it.
a field should take all field values in database.
please help me in this regard
thanks
prakash
Hi prakash
to have all values of a Field, you can create a Value List with the values coming from that field and then make a calculation field with this calc:
ValueListItems ( Get ( FileName ) ; "Value List" )