Good Afternoon,
I have one SQL View which returns 2 fields: PTUID, Value
I have a custom SQL Table which has 2 columns: ID (autonumber), PTUID
What I need to achieve is a check box list which lists ALL the Values from the View and whereby the checkbox is checked IF there is a corresponding row for that PTUID in the custom SQL Table.
What would be the recommended approach?
Thanks for any pointers/help.
Andrew