Hi all,
I'm very concerned about the error message I'm getting, because it seems to simple but yet I haven't been able to solve it....
What I'm trying to do is to make an Access file, that is going to be used by many people, that gets some accounts information (basic info as name, group and country) to build a form and then submmit the forms information into another SharePoint List.
Everything works fine, but I also need to make an automated form that helps me to update the Master Accounts list that I use, based on some Excel files.
I have already made the code to read the Excel files, store the needed fields into an Access table and it works fine. But when I try to do the same with a linked SharePoint List, instead of the table, I get the following message:
Error:
Microsoft Access can't Append all the record(s) to the table Microsoft Office Access (...) didn't add 4 record(s) due to validation rule violations
I have already checked the required fields, the fields sizes and types, but I can´t get it working.
Does anybody knows what could I be doing wrong?
Thanks in advance,
Victor
I'm very concerned about the error message I'm getting, because it seems to simple but yet I haven't been able to solve it....
What I'm trying to do is to make an Access file, that is going to be used by many people, that gets some accounts information (basic info as name, group and country) to build a form and then submmit the forms information into another SharePoint List.
Everything works fine, but I also need to make an automated form that helps me to update the Master Accounts list that I use, based on some Excel files.
I have already made the code to read the Excel files, store the needed fields into an Access table and it works fine. But when I try to do the same with a linked SharePoint List, instead of the table, I get the following message:
Error:
Microsoft Access can't Append all the record(s) to the table Microsoft Office Access (...) didn't add 4 record(s) due to validation rule violations
I have already checked the required fields, the fields sizes and types, but I can´t get it working.
Does anybody knows what could I be doing wrong?
Thanks in advance,
Victor