This is great Gord, thanks for your response, I have struggled around this problem for ages and this is the solution I needed, thanks again, much appreciated, Regards Imelda
quote:
Originally posted by Gord Thompson:
A colleague showed me a workaround for this:
If you have a table-type UDF that can assume multiple values, simply repeat the field name in your export specification as many times as necessary to spit out all of the values. For example, an export specification like...
Last Name
First Name
Hobbies
Hobbies
Hobbies
...might yield an export file that looks like
"Adams","Amy","Hydroplane Racing","",""
"Bell","Bob","Gardening","Painting","Theatre"
"Carson","Carol","","",""
"Davies","Doug","Carousing","Fighting","Making Bail"