Adding a new record in a related table
 Posted: Sun Jul 12, 2009 2:34 pm
Posted: Sun Jul 12, 2009 2:34 pmI 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.
			[Time_Entry]
Time_Entry.timeentry_id = "$timeentry_id"
Thanks in advance for a great program. And I appreciate the help.