freddydog
Programmer
- Jan 28, 2007
- 14
Hello
I would like to display mailing history information for various Clients. Like in a report, I would like to display the name and address only on the first entry of this continuous form for a varying number of mailing history till I get the next Client information.
I though of doing a union where the first select included name and address with the first column of mailing history (First aggregate command) and the second select would substitute blanks for the name and address columns. This seems to work but I worry about performance in the future when mailing history gets longer and longer.
Is there a better way?
I would like to display mailing history information for various Clients. Like in a report, I would like to display the name and address only on the first entry of this continuous form for a varying number of mailing history till I get the next Client information.
I though of doing a union where the first select included name and address with the first column of mailing history (First aggregate command) and the second select would substitute blanks for the name and address columns. This seems to work but I worry about performance in the future when mailing history gets longer and longer.
Is there a better way?