Values overwritten by values of last group
-
I have groups/ values like this:
[select Destination ” DestinationA” ” DestinationB”]
– Group DestinationA > [select* Date “Date1st” “Date2nd”]
– Group DestinationB > [select* Date “Date3rd” “Date4th”]
——————–
When I select DestinationA and Date1st”, then in mail and database Date is not “Date1st” but “Date3rd”. So the value of Date is overwritten by value of last group.
What can I do to prevent this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Values overwritten by values of last group’ is closed to new replies.