I have a
access database which contains a table called " Customer database", it contains following columns :
| Customer database |
|
| Contact number |
Name |
REASON |
| 123456789 |
A |
|
| 987654321 |
Z |
|
| 85467321 |
F |
|
| 879878985 |
J |
|
| 111111111 |
L |
|
| 22222222 |
O |
|
and on the other hand i gets a status report from the client in
excel which is as follows :
| Status report |
|
| Contact number |
REASON |
| 123456789 |
NOT REPLIED |
| 22222222 |
WRONG NUMBER |
| 111111111 |
will reply tommorrow |
| 879878985 |
accepted |
I want the "REASON" COLUMN of EXCEL should automatically get transferred to the "REASON" COLUMN of ACCESS database. and it should be exactly the same reason with the corresponding contact number.
Can you help me out for this Query?