Sub-form will not update record source for main form

ozzy68

Registered User.
Local time
Yesterday, 23:18
Joined
Dec 19, 2011
Messages
28
I have run into a bit of a problem while attempting to create a form to update a table.
Initially my form “frmTrainingScheduler” worked perfect, but after receiving feedback from users to make it more user friendly, I decided to make some changes. On the original form the user would choose a last name, a first name, and a work area from individual combo boxes. They asked if there was a way to choose a name (last name, first name) and have it auto populate three text boxes (last name, first name, work area) and have those text boxes update the record table.
I created a sub-form that allows me to choose a name (last name, first name) and have it auto populate three text boxes, but I cannot seem to get the text boxes to update the respective fields for the record source on the main form. I am not very good at VB, is there a way of doing this without creating an event procedure?
 

Users who are viewing this thread

Back
Top Bottom