December 29, 200520 yr Newbies Sorry if this question is inane...i'm a total beginner and a little knowledge does seem a dangerous thing in my case. i'm setting up a dbase of contacts to use as mailing list for a indie record company. i need to copy all the entries in the found set of email addresses, but all i can manage is one record (not all)...any help?
December 29, 200520 yr Hi you need to make a global field:gEmaillist and a script of this type: (after your find criteria) Loop set field[gEmailList;gEmailist & "¶" & email] go next record[exit after last] End Loop
Create an account or sign in to comment