Hi
I have x2 tables in my database.
- Source Data - this will be used to pre-populate a web form.
- Response table - these will be the survey responses.
What I need to do is compare certain core fields like location.
I currently have my form (single row) all setup nicely pulling data from the response table which I am able to review. However, what I need is to supplement the form as follows
Column 1 - Source data fields
Column 2 - Response data fields
If there is a mismatch, then I will need to identify it at thsi stage.
Is it possible to pull from x2 tables in one form?
Thanks