I have two related tables Work Orders and Time Entry. I need to be able to add a new time entry when I am in the process of adding a new work order. I can manually create the time entry and then select it after the fact but I don't want the end users to have to do this. The relationships.ini for the work order table is as follows:
[Time_Entry]
Time_Entry.timeentry_id = "$timeentry_id"
Thanks in advance for a great program. And I appreciate the help.