Hi,
PROBLEM: I have a table linked to another table. I have created a form which basically identifies training issues which can be selected from a drop down. Once a training issue has been selected an "add task" button can be clicked bringing up another form which automatically copies the selected training issue from the previous form and allows the user to complete the task details. My problem is that the information copied from the previous form is not saved to the 2nd table which records all added tasks. I want to be able to use this to eventually build an action plan for each person. What am I doing wrong?? The 2nd form stores all other information that is entered into it within the 2nd table except for the fields copied from the 1st form drop downs etc.
Any help greatly appreciated.