M
Monica
H
I have created a parent and child relationship between Project records, where a project and be a parent or child to any to any other projec
i.e
Parent_Project_ID, Child_Project_ID both linked to the main Project table Project_ID
I have created a query which will allow a user to enter a record into the relationship table, however as soon as I add the main project table into the query and link it to Child_Project_ID, the query will no longer allow a user to create a new
record (i.e. so the user can see the detail of the child record on screen). I would like to be able to do this, so that when a user is in the main Project Form, they can add child project records via a sub form and veiw its details
Does anyone have any idea if this is possible
I have created a parent and child relationship between Project records, where a project and be a parent or child to any to any other projec
i.e
Parent_Project_ID, Child_Project_ID both linked to the main Project table Project_ID
I have created a query which will allow a user to enter a record into the relationship table, however as soon as I add the main project table into the query and link it to Child_Project_ID, the query will no longer allow a user to create a new
record (i.e. so the user can see the detail of the child record on screen). I would like to be able to do this, so that when a user is in the main Project Form, they can add child project records via a sub form and veiw its details
Does anyone have any idea if this is possible