I have a main form for adding or changing events called Trianing Events Details. On that form there is a subform that is tied to the Start Date field of the main form. I have the form setup this way to mimic a day view in a calendar. I would like to be able to click on a start time of a record in the subform and have it show in the main form. I expect a day may come when I intering an event I may need to change the start time of one of the other events to acamodatea a conflict in resources.
I don't know how to write this in VBA as an On Click event. I've looked at several examples on the net but they all seem to be for changing subforms rather than the main form.
Thanks
I don't know how to write this in VBA as an On Click event. I've looked at several examples on the net but they all seem to be for changing subforms rather than the main form.
Thanks
Comment