I have three tables, employee, training and a link table emp_train which contains foriegn keys for both the training and employee table.
I need to be able to double click on the employee_nr field and execute a query that shows all training courses completed by that employee.
Do I need a data block for all three tables? In Forms 5 I just used to put TRAINING, EMP_TRAIN in the Query Data Source Name property field for the data block, and then the appropriate where clause. I only used to have a data block for TRAINING and EMPLOYEE. This applicatin used to work fine in Forms 5 but now I've upgraded to 6 it throws an error saying "column ambiguousely defined".
Please help.
I need to be able to double click on the employee_nr field and execute a query that shows all training courses completed by that employee.
Do I need a data block for all three tables? In Forms 5 I just used to put TRAINING, EMP_TRAIN in the Query Data Source Name property field for the data block, and then the appropriate where clause. I only used to have a data block for TRAINING and EMPLOYEE. This applicatin used to work fine in Forms 5 but now I've upgraded to 6 it throws an error saying "column ambiguousely defined".
Please help.