Can somebody help me? How do I know if records in Table1 are also in Table2, using VB6 code?
For example:
If Table1 has 1111 in column1 and also Table2 has 1111 in column2
msgox "Existing record in Table2"
else
msgbox "No record in Table2"
For example:
If Table1 has 1111 in column1 and also Table2 has 1111 in column2
msgox "Existing record in Table2"
else
msgbox "No record in Table2"
Comment