Access have tables:
StudentID Name Address Telephone
My Excel are:
Column A Column B Column C Column
StudentID Name Address Telephone
I want to write a condition in order to check field in My Excel file if one of Column in Excel is missing and the field in Access update one of field is missing = 0.
For Example:
My Excel are:
Coluum A Coluum B Coluum C
Name Address Telephone
John Alaska 8848421
As a result, my Access have tables in belows:
StudentID Name Address Telephone
0 John Alaska 8848421
I am appreciate for your help.
StudentID Name Address Telephone
My Excel are:
Column A Column B Column C Column
StudentID Name Address Telephone
I want to write a condition in order to check field in My Excel file if one of Column in Excel is missing and the field in Access update one of field is missing = 0.
For Example:
My Excel are:
Coluum A Coluum B Coluum C
Name Address Telephone
John Alaska 8848421
As a result, my Access have tables in belows:
StudentID Name Address Telephone
0 John Alaska 8848421
I am appreciate for your help.