Update Record Base on Primary Key

Whekpop

New Member
Joined
Feb 27, 2018
Messages
8
I have an excel workbook that I would like multiple users to update. There are three Departments. Each Department has a Data Entry Form to allow for update of Records on the Data Sheet. Each Department is responsible for inserting part of the record (for instance Admin and Finance inserts record from Column A to D. The Operations Department inserts from column E to G while Planning Monitoring and Evaluation starts inserting from H.

Here's my challenge.

Since the Departments won't be inserting records at the same time (and in the same order), I would like to have a VBA code that would check for Primary Key. Record should be inserted on the basis of Primary Key. The VBA will check for Primary Key match and insert base on that. Thank you
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

As a reminder Excel is not a database software …​
 
Upvote 0
So according to Excel rules well elaborate your need with details in order there is nothing to guess …​
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top