georgev
03-26-07, 08:30
| I am new to FoxPro and I have written processes etc in the past, but never designed forms... Currently I have a form that contains two tabs, the first is "Maternity Details" which includes a list box with an employees maternity details. When you select an item in the lsit and enter tab two, it then shows the breakdown of the selected maternity period - Start date, end date, week due, actual DOB, etc. Now, due to a change in the way maternity leave works, we have to include information about KIT (Keep In Touch) days. This information is stored in a new table called "KIT". KIT(UniqueID, ParentID, DateFrom, DateTo) Where ParentID is the link between maternity and KIT. So I have the challenge of creating a form to contain KIT days for a selected maternity period. After much playing around I have come to the conclusion that a new form is probably the best way forward (not a new tab). I want to open the KITDays form to show only the records relating to the Maternity (by passing the ParentID to the form?). Feel free to ask for any more information if needed. :D Ta! |