I am developing an application out of two applications - the 'Staff DB' and a 'Calendar DB'.
I need to link both - so that clicking on a member of staff in the 'Staff DB' then looks up all their information in the 'Calendar DB'.
The link will be made by the UNID of the person, available in both databases and their respective forms.
If i was to write this in SQL it would take me about 5 minutes.
I believe composite applications are the way to go - does anyone have any ideas?