Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to create an relationsip between two fields without alter the data structure on my QVW.
Exemple:
TABLE1 (
FIELD_A
);
TABLE2 (
FIELD_B
When i select FIELD_A i want to transfer the selections to the FIELD_B too.
[Data structure too big to alter and merge this columns]
Can anyone help me? Probably i should use a macro, right?
Hi,
would try to use triggers. See attached example app, designed due to a former similar post.
HtH
Roland