Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I have two tables A with values (X,E,F) and B with values (X,E,G). Both are joined by x.
I have created a list box taking E value from table A and show value G as mouse over where E values match G values.
I have written as =E & CHR(10) & G.
But the problem its creating duplicating the values of E since it is joined by x.
Can any body help to display mouse over only when the values of E and G matches.
Thanks
Pavan
I think your datamodel don't work with these join, see here what you are doing and which alternatives are possible:
Don't join - use Applymap instead
- Marcus