ValueList Question
I need to join a master table to a detail table, there are one to many relationships. So it will give me duplicates. But if I only want everything in the master table and only error_code (example) from the detail, how do I use valulist to put the error on one line, error1, error2, error3, etc, so that there are not three lines ?
Also, when I do my record count, is it going to be 1 (which it should be) or 3, because of the three matches ?
