Hello Everyone,
I am currently stuck in a predicament and need help. I am a new acess/vba programmer and I am currently working on a Shift Turnover DB for work. I am at the part where I am using a form (tied to a "Tasks" table via VBA). This form has two sections; 1st section is where the task gets created and then saved. 2nd section is where the person who completed the task, searches for their task and then populate the form with the record. Once the record has been populated to the form, the user can then update the form with what they did and then update the record.
My problem is that I am having issues getting the record retrieval / form population piece of VBA code to work. I am trying to use a Combo box to locate the desired record, which appears to work. However, when I click on the record that I need to retrieve, I keep getting errors.
I would appreciate some help with this as I have been working this issue for over 3 days with no break thru yet. Thank you Patrick
I am currently stuck in a predicament and need help. I am a new acess/vba programmer and I am currently working on a Shift Turnover DB for work. I am at the part where I am using a form (tied to a "Tasks" table via VBA). This form has two sections; 1st section is where the task gets created and then saved. 2nd section is where the person who completed the task, searches for their task and then populate the form with the record. Once the record has been populated to the form, the user can then update the form with what they did and then update the record.
My problem is that I am having issues getting the record retrieval / form population piece of VBA code to work. I am trying to use a Combo box to locate the desired record, which appears to work. However, when I click on the record that I need to retrieve, I keep getting errors.
I would appreciate some help with this as I have been working this issue for over 3 days with no break thru yet. Thank you Patrick