I have three tables, Customers, Licences and Notes. Customers have many licences and many or none Notes. There is a Note Type which is a licence.
I need to display the Licences, the Customer Name and the Notes if the Licence has a note type 'licence' attached to it.
So far, I can only display the licences for the customers who have notes.
I know of using the descriptor indicator to insert nulls, but you can only use this in dynamic SQL and I need to turn this query into a view for use within Crystal Reports.
Please help, I am really stuck.
Thanks in advance
I need to display the Licences, the Customer Name and the Notes if the Licence has a note type 'licence' attached to it.
So far, I can only display the licences for the customers who have notes.
I know of using the descriptor indicator to insert nulls, but you can only use this in dynamic SQL and I need to turn this query into a view for use within Crystal Reports.
Please help, I am really stuck.
Thanks in advance