Hi,
I have a VBA code which submits details from a front end form into a back end sharepoint list. The code is quite large so I've had to split it into different modules and call them.
I need each of the modules to update the same line in the table. The first module uses rec.addnew. To add the details to the same line in the table in the next module, would this be a rec.update? I need the code written so it adds the details to the same line as the previous module.
Thanks
James
I have a VBA code which submits details from a front end form into a back end sharepoint list. The code is quite large so I've had to split it into different modules and call them.
I need each of the modules to update the same line in the table. The first module uses rec.addnew. To add the details to the same line in the table in the next module, would this be a rec.update? I need the code written so it adds the details to the same line as the previous module.
Thanks
James