Hi!
I have a table that contains 15 fields and the same table have nearly 1000 records. Now the process goes like that every time I am getting an Excel file that I have to imported in MS Access table (the table which i referred on top).
However only 4 fields needs to be populated(appended) from excel and rest 11 have to be entered by the users. Now that database and table resides on shared drive.
My requirement is :
Say I have appended 100 records into access table from excel only 4 fields filled. Now in order to fill the rest eleven fields I need to distribute the work in such a fashion that every user will get 20% of records. Means user1 will get record number 1001 - 1020, similarly user2 gets 1021 - 1040 and so on so forth.
I need a VBA code for the same. Or any other suggestion for doing the above work is highly appreciated. However the process flow will remain same that I have to import 4 fields from excel and so on... so no changes possible in the process...
Thanks in Advance.
Regards,
Nick
I have a table that contains 15 fields and the same table have nearly 1000 records. Now the process goes like that every time I am getting an Excel file that I have to imported in MS Access table (the table which i referred on top).
However only 4 fields needs to be populated(appended) from excel and rest 11 have to be entered by the users. Now that database and table resides on shared drive.
My requirement is :
Say I have appended 100 records into access table from excel only 4 fields filled. Now in order to fill the rest eleven fields I need to distribute the work in such a fashion that every user will get 20% of records. Means user1 will get record number 1001 - 1020, similarly user2 gets 1021 - 1040 and so on so forth.
I need a VBA code for the same. Or any other suggestion for doing the above work is highly appreciated. However the process flow will remain same that I have to import 4 fields from excel and so on... so no changes possible in the process...
Thanks in Advance.
Regards,
Nick