Hi All!,
I have a form that comes from one main table. The form will be used to make a class roster. There are choices of Trainer, Class Name, and Start Date. The only other thing on the main form is a text box for the New employee name. The user then clicks add student and the new "list" is displayed as a subform.
(It is set up so that the user doesn't have to keep choosing the class, trainer and date but these values are carried over to the next record and the list is compiled and shown below based on the selections in the boxes for these values)
This works great for our purpose however I need a way for the user to be able to delete a record if they make a mistake in the input. So, I would like the user to be able to click the record in the subform and delete it from there somehow.
I'm thinking the back-end process needs to be to click the subform record which will open the record in the parent form and then have a button to press to delete the record. I can't figure out how to click the record in the subform and have it open in the main form.
Let me know what you guys think!
Thanks
I have a form that comes from one main table. The form will be used to make a class roster. There are choices of Trainer, Class Name, and Start Date. The only other thing on the main form is a text box for the New employee name. The user then clicks add student and the new "list" is displayed as a subform.
(It is set up so that the user doesn't have to keep choosing the class, trainer and date but these values are carried over to the next record and the list is compiled and shown below based on the selections in the boxes for these values)
This works great for our purpose however I need a way for the user to be able to delete a record if they make a mistake in the input. So, I would like the user to be able to click the record in the subform and delete it from there somehow.
I'm thinking the back-end process needs to be to click the subform record which will open the record in the parent form and then have a button to press to delete the record. I can't figure out how to click the record in the subform and have it open in the main form.
Let me know what you guys think!
Thanks