vaibhav2015
Registered User.
- Local time
- Today, 16:31
- Joined
- Sep 15, 2015
- Messages
- 25
Hi,
I have two tables and I want to validate the material column in two tables.
Material field type is "Short text"
table1 [ACT_Import_Table]![Material]
table2 [ACT_Ext_Table]![Material].
I want to compare above two tables, I will enter materials in "ACT_Ext_Table" If that Material exist in "ACT_Import_Table", I want to run query1 and If materials is not exist in "ACT_Import_Table" I will run another query2.
Can you please advice how I can use VBA codes to run above macro.
I have two tables and I want to validate the material column in two tables.
Material field type is "Short text"
table1 [ACT_Import_Table]![Material]
table2 [ACT_Ext_Table]![Material].
I want to compare above two tables, I will enter materials in "ACT_Ext_Table" If that Material exist in "ACT_Import_Table", I want to run query1 and If materials is not exist in "ACT_Import_Table" I will run another query2.
Can you please advice how I can use VBA codes to run above macro.