Add new records to table

JamesN

Registered User.
Local time
Today, 20:24
Joined
Jul 8, 2016
Messages
78
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
 
Normally, you don't need any code.
Access lets you add records via a form without code.
 
Would rec.edit or rec.update work?
 

Users who are viewing this thread

Back
Top Bottom